Commit 2f4c5977 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky test

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 908b60b5
......@@ -44,7 +44,7 @@ RSpec.describe Projects::PipelinesController do
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
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