diff --git a/spec/features/protected_tags_spec.rb b/spec/features/protected_tags_spec.rb
index cea0c3a829a361a95c84c35214ff8e99dd1ce319..87c5611416b19f40b7018e88f8aa77745c0ea221 100644
--- a/spec/features/protected_tags_spec.rb
+++ b/spec/features/protected_tags_spec.rb
@@ -2,7 +2,8 @@
 
 require 'spec_helper'
 
-RSpec.describe 'Protected Tags', :js, :with_license, feature_category: :source_code_management do
+RSpec.describe 'Protected Tags', :js, :with_license, feature_category: :source_code_management,
+  quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/454020' do
   include ProtectedTagHelpers
 
   let(:project) { create(:project, :repository) }