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:
Joffrey JAFFEUX 2023-07-28 19:31:55 +02:00 committed by GitHub
parent 80f3046755
commit 8f04d82ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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