diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb
index 2b20cc9cfbe9bdcb6f82c761b10e61fa2cb71292..d0502c9f7547bc34280a112fa102d9b706525754 100644
--- a/qa/qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb
+++ b/qa/qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb
@@ -33,7 +33,11 @@ module QA
           expect_no_error_on_push(file: standard_file)
         end
 
-        it 'restricts files by name and size', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347784' do
+        it 'restricts files by name and size', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347784', quarantine: {
+          only: { job: 'ee-qa-browser_ui-3_create' },
+          type: :investigating,
+          issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/455927'
+        } do
           # Note: The file size limits in this test should be lower than the limits in
           # browser_ui/3_create/repository/push_over_http_file_size_spec to prevent
           # the limit set in that test from triggering in this test (which can happen