From f981f6691d5395e04ee2858593135c448c10757d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 28 Nov 2022 11:50:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-6-stable-ee --- spec/requests/api/groups_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/requests/api') 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 -- cgit v1.2.3