Commit 0276ad1a authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'am-quarantine-flaky-test' into 'master'

Quarantine flaky test

See merge request gitlab-org/gitlab!76527
parents 39460c1a 0c0f6f42
......@@ -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/348139' 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