diff --git a/spec/lib/gitlab/event_store/store_spec.rb b/spec/lib/gitlab/event_store/store_spec.rb index 204ca82688a285743d43064b3751ac57cf192781..c501e1bc409e13694a03a27c0e59bdcd5bc8defd 100644 --- a/spec/lib/gitlab/event_store/store_spec.rb +++ b/spec/lib/gitlab/event_store/store_spec.rb @@ -193,7 +193,8 @@ def schema end end - it 'raises and tracks an error when event is published inside a database transaction' do + it 'raises and tracks an error when event is published inside a database transaction', + quarantine: 'https://gitlab.com/gitlab-org/quality/test-failure-issues/-/issues/4378' do expect(Gitlab::ErrorTracking) .to receive(:track_and_raise_for_dev_exception) .at_least(:once)