From 0356ceba7a3b58bbda9513bd88111d8b39ed5cdd Mon Sep 17 00:00:00 2001 From: brrusselburg <25828824+brrusselburg@users.noreply.github.com> Date: Thu, 10 Apr 2025 12:05:33 -0500 Subject: [PATCH] tweak --- spec/system/assign_post_spec.rb | 1 - 1 file changed, 1 deletion(-) 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