summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-28 11:50:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-28 11:50:11 +0000
commitf981f6691d5395e04ee2858593135c448c10757d (patch)
treef0a6c082911f2a5d84c7cddc61cc6e1be6b5eb6d
parenta5a72d68a2bec7a67a0020d8e48eef5ea4343c1d (diff)
downloadgitlab-ce-f981f6691d5395e04ee2858593135c448c10757d.tar.gz
Add latest changes from gitlab-org/gitlab@15-6-stable-ee
-rw-r--r--spec/requests/api/groups_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/groups_spec.rb b/spec/requests/api/groups_spec.rb
index ce6140d8da8..c94bc1e1bac 100644
--- a/spec/requests/api/groups_spec.rb
+++ b/spec/requests/api/groups_spec.rb
@@ -1236,7 +1236,7 @@ RSpec.describe API::Groups do
expect(json_response.length).to eq(6)
end
- it 'avoids N+1 queries', :use_sql_query_cache do
+ it 'avoids N+1 queries', :use_sql_query_cache, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/383788' do
control = ActiveRecord::QueryRecorder.new(skip_cached: false) do
get api("/groups/#{group1.id}/projects", user1), params: { include_subgroups: true }
end