DEV: Skip broken tests for now. (#646)

Tests are constantly failing when run against the `main` branch of
`discourse/discourse`.
This commit is contained in:
Alan Guo Xiang Tan 2025-03-17 13:44:24 +08:00 committed by GitHub
parent 0437516309
commit 586b66dc74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ describe "Assign | Assigning posts", type: :system do
fab!(:post2) { Fabricate(:post, topic: topic) }
before do
skip "Tests are broken and need to be fixed. See https://github.com/discourse/discourse/actions/runs/13890376408/job/38861216842"
SiteSetting.assign_enabled = true
SiteSetting.prioritize_username_in_ux = true
# The system tests in this file are flaky and auth token related so turning this on