Commit 025aeb49 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'caalberts-quarantine-issuable-nplus1-system-test' into 'master'

Quarantine flaky N+1 system test

See merge request gitlab-org/gitlab!39176
parents c4a9454a a30a36bf
......@@ -15,7 +15,7 @@ RSpec.describe 'issuable list', :js do
end
issuable_types.each do |issuable_type|
it "avoids N+1 database queries for #{issuable_type.to_s.humanize.pluralize}" do
it "avoids N+1 database queries for #{issuable_type.to_s.humanize.pluralize}", quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/231426' } do
control_count = ActiveRecord::QueryRecorder.new { visit_issuable_list(issuable_type) }.count
create_issuables(issuable_type)
......
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