Commit f9ad482a authored by Sean McGivern's avatar Sean McGivern

Merge branch...

Merge branch '345470-spec-failure-in-spec-controllers-projects-pipelines_controller_spec-rb-projects' into 'master'

Quarantine a flaky test

See merge request gitlab-org/gitlab!74690
parents e1da93f8 2f4c5977
...@@ -44,7 +44,7 @@ RSpec.describe Projects::PipelinesController do ...@@ -44,7 +44,7 @@ RSpec.describe Projects::PipelinesController do
end end
end end
it 'does not execute N+1 queries' do it 'does not execute N+1 queries', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/345470' do
get_pipelines_index_json get_pipelines_index_json
control_count = ActiveRecord::QueryRecorder.new do control_count = ActiveRecord::QueryRecorder.new do
......
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