diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
index 866c6a146debd34624686c6b1ab1b8f1086f5263..631b4ae099de9a58e9eee81d7e6bd881a4fb07f5 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
@@ -59,7 +59,14 @@ module QA
         project.visit!
       end
 
-      it 'lists branches correctly after CRUD operations', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347740' do
+      it(
+        'lists branches correctly after CRUD operations',
+        testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347740',
+        quarantine: {
+          issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/414026',
+          type: :stale
+        }
+      ) do
         Page::Project::Menu.perform(&:go_to_repository_branches)
 
         expect(page).to have_content(master_branch)