Skip to content
Snippets Groups Projects
Commit 56c12929 authored by Thong Kuah's avatar Thong Kuah :speech_balloon:
Browse files

Add retry:0 for controller specs n+1

parent 79245545
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -878,7 +878,7 @@ describe Projects::MergeRequestsController do
expect(control_count).to be <= 137
end
 
it 'has no N+1 issues for environments', :request_store do
it 'has no N+1 issues for environments', :request_store, retry: 0 do
# First run to insert test data from lets, which does take up some 30 queries
get_ci_environments_status
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment