From e9c7cb5c3f90109bc47223b0aa4054d681e9cc04 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 12 Sep 2023 01:43:24 +0200 Subject: [PATCH] DEV: Skip a flaky spec (#508) --- spec/system/assign_topic_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/assign_topic_spec.rb b/spec/system/assign_topic_spec.rb index 07164d5..29b8e14 100644 --- a/spec/system/assign_topic_spec.rb +++ b/spec/system/assign_topic_spec.rb @@ -103,7 +103,7 @@ describe "Assign | Assigning topics", type: :system, js: true do context "when reassign_on_open is set to true" do before { SiteSetting.reassign_on_open = true } - it "reassigns the topic on open" do + skip "reassigns the topic on open" do visit "/t/#{topic.id}" topic_page.click_assign_topic