diff --git a/spec/system/assign_topic_spec.rb b/spec/system/assign_topic_spec.rb index 07164d5d..29b8e146 100644 --- a/spec/system/assign_topic_spec.rb +++ b/spec/system/assign_topic_spec.rb @@ -103,7 +103,7 @@ 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