Commit 30273f37 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky test in spec/lib/gitlab/profiler_spec.rb

Related to https://gitlab.com/gitlab-org/gitlab/issues/206907.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e5c92e94
......@@ -212,7 +212,7 @@ describe Gitlab::Profiler do
stub_const('STDOUT', stdout)
end
it 'prints a profile result sorted by total time' do
it 'prints a profile result sorted by total time', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/206907' do
described_class.print_by_total_time(result)
total_times =
......
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