DEV: Skip a flaky spec (#508)

This commit is contained in:
Jarek Radosz 2023-09-12 01:43:24 +02:00 committed by GitHub
parent 7c18124a32
commit e9c7cb5c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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