Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions spec/system/assign_post_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
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
Expand Down