diff --git a/spec/system/assign_post_spec.rb b/spec/system/assign_post_spec.rb index 4c17086..ee2c78e 100644 --- a/spec/system/assign_post_spec.rb +++ b/spec/system/assign_post_spec.rb @@ -12,7 +12,6 @@ describe "Assign | Assigning posts", type: :system do 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 = false # The system tests in this file are flaky and auth token related so turning this on SiteSetting.verbose_auth_token_logging = true