Commit 385ebd96 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-flaky-profiler-spec' into 'master'

Fix a flaky profiler spec

See merge request gitlab-org/gitlab!36958
parents e6477942 053c2d7d
......@@ -229,7 +229,6 @@ RSpec.describe Gitlab::Profiler do
.map { |(total)| total.to_f }
expect(total_times).to eq(total_times.sort.reverse)
expect(total_times).not_to eq(total_times.uniq)
end
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