diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb
index 797edc9041c865ae545ec7c33a9fa768fcdd9457..42fb628f552153a7cac6db554a6f71491c20944b 100644
--- a/qa/qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb
+++ b/qa/qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb
@@ -2,11 +2,7 @@
 
 module QA
   RSpec.describe 'Create' do
-    describe 'File Locking', product_group: :source_code, quarantine: {
-      type: :flaky,
-      issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/500175",
-      only: { pipeline: %w[staging-canary staging canary] }
-    } do
+    describe 'File Locking', product_group: :source_code do
       let(:user_one) do
         Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_1, Runtime::Env.gitlab_qa_password_1)
       end
diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb
index a37bf270e2d6ae88b665212ae6467c3de04afd77..359b2c432094389af3ec77a9b1926ff2f723efb0 100644
--- a/qa/qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb
+++ b/qa/qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb
@@ -2,11 +2,7 @@
 
 module QA
   RSpec.describe 'Create' do
-    describe 'Restricted protected branch push and merge', product_group: :source_code, quarantine: {
-      type: :flaky,
-      issue: "https://gitlab.com/gitlab-org/gitlab/-/issues/500175",
-      only: { pipeline: %w[staging-canary staging canary] }
-    } do
+    describe 'Restricted protected branch push and merge', product_group: :source_code do
       let(:user_developer) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_1, Runtime::Env.gitlab_qa_password_1) }
       let(:user_maintainer) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_2, Runtime::Env.gitlab_qa_password_2) }
       let(:branch_name) { 'protected-branch' }