Commit 481e9247 authored by Stan Hu's avatar Stan Hu

Merge branch '349762-quarantine-flaky-spec' into 'master'

Quarantine highly flaky spec

See merge request gitlab-org/gitlab!77739
parents 4328f801 f17d384f
......@@ -82,7 +82,7 @@ RSpec.describe Gitlab::Usage::Metrics::Instrumentations::DatabaseMetric do
end.new(time_frame: 'all')
end
it 'calculates a correct result' do
it 'calculates a correct result', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/349762' do
expect(subject.value).to be_within(Gitlab::Database::PostgresHll::BatchDistinctCounter::ERROR_RATE).percent_of(3)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment