DEV: Skip broken tests for now.

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:33:01 +08:00
parent 0437516309
commit 1a37e73f7e
No known key found for this signature in database
GPG Key ID: 286D2AB58F8C86B6
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