Commit b191b3aa authored by Jarka Košanová's avatar Jarka Košanová

Merge branch 'quarantine-profiler-spec' into 'master'

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

See merge request gitlab-org/gitlab!25993
parents 05f99b90 30273f37
......@@ -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