Commit f84ea8fb authored by Rémy Coutable's avatar Rémy Coutable Committed by Vitali Tatarintev

Quarantine a flaky test

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 01dd30cc
......@@ -69,7 +69,7 @@ RSpec.describe 'Query current user todos' do
QUERY
end
it 'avoids N+1 queries', :request_store do
it 'avoids N+1 queries', :request_store, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/338671' do
control = ActiveRecord::QueryRecorder.new { post_graphql(query, current_user: current_user) }
project2 = create(:project)
......
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