DEV: skip flakey spec (#495)
We already tried to make this spec more reliable in eb3b97b834
but that didn't work out.
https://github.com/discourse/discourse/actions/runs/5694495045/job/15435791690?pr=22860
This commit is contained in:
parent
80f3046755
commit
8f04d82ae7
|
@ -73,7 +73,7 @@ describe "Assign | Assigning topics", type: :system, js: true do
|
|||
expect(page).to have_no_css("#topic .assigned-to")
|
||||
end
|
||||
|
||||
it "can assign the previous assignee" do
|
||||
xit "can assign the previous assignee" do
|
||||
visit "/t/#{topic.id}"
|
||||
|
||||
topic_page.click_assign_topic
|
||||
|
|
Loading…
Reference in New Issue