DEV: Skip a flaky spec (#508)
This commit is contained in:
parent
7c18124a32
commit
e9c7cb5c3f
|
@ -103,7 +103,7 @@ describe "Assign | Assigning topics", type: :system, js: true do
|
||||||
context "when reassign_on_open is set to true" do
|
context "when reassign_on_open is set to true" do
|
||||||
before { SiteSetting.reassign_on_open = true }
|
before { SiteSetting.reassign_on_open = true }
|
||||||
|
|
||||||
it "reassigns the topic on open" do
|
skip "reassigns the topic on open" do
|
||||||
visit "/t/#{topic.id}"
|
visit "/t/#{topic.id}"
|
||||||
|
|
||||||
topic_page.click_assign_topic
|
topic_page.click_assign_topic
|
||||||
|
|
Loading…
Reference in New Issue