diff --git a/spec/lib/gitlab/exclusive_lease_spec.rb b/spec/lib/gitlab/exclusive_lease_spec.rb
index 33870c042cfca787778d5137cd9e9981c99f128f..b17f6dbb7c8a6603f48ed7ae67525d64c872cfbd 100644
--- a/spec/lib/gitlab/exclusive_lease_spec.rb
+++ b/spec/lib/gitlab/exclusive_lease_spec.rb
@@ -55,7 +55,7 @@
           Ci::Pipeline.transaction { lease_attempt }
         end
 
-        it 'logs error within main db' do
+        it 'logs error within main db', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/446123' do
           expect(Gitlab::ErrorTracking).to receive(:track_and_raise_for_dev_exception).and_call_original
 
           ApplicationRecord.transaction { lease_attempt }