Commit 05ce6e16 authored by Sean McGivern's avatar Sean McGivern

Quarantine cluster agents GraphQL N+1 spec

https://gitlab.com/gitlab-org/gitlab/-/issues/350868
parent 47d7d954
......@@ -126,7 +126,7 @@ RSpec.describe 'Project.cluster_agents' do
})
end
it 'preloads associations to prevent N+1 queries' do
it 'preloads associations to prevent N+1 queries', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350868' do
user = create(:user)
token = create(:cluster_agent_token, agent: agents.second)
create(:agent_activity_event, agent: agents.second, agent_token: token, user: user)
......
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