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:
parent
0437516309
commit
586b66dc74
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue