Skip to content
Snippets Groups Projects
Commit 123fc00f authored by Reuben Pereira's avatar Reuben Pereira
Browse files

Quarantine UsageDataNonSqlMetrics failing test

Merge branch 'rp/quarantine-failing-spec' into '14-9-stable-ee'

See merge request gitlab-org/security/gitlab!2364

Changelog: security
parent b177f296
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,7 +11,7 @@ RSpec.describe Gitlab::UsageDataNonSqlMetrics do
end
 
describe '.data' do
it 'does make instrumentations_class DB calls' do
it 'does make instrumentations_class DB calls', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/356772' do
recorder = ActiveRecord::QueryRecorder.new do
described_class.data
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment