File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import (
29
29
30
30
// TestProvisionerJob_MultipleJobsAndProvisioners tests OrganizationProvisionerJob single job endpoint by repeatedly
31
31
// calling it for every jobID and comparing with expected result.
32
+ // nolint:paralleltest
32
33
func TestProvisionerJob_MultipleJobsAndProvisioners (t * testing.T ) {
33
34
t .Parallel ()
34
35
@@ -41,7 +42,6 @@ func TestProvisionerJob_MultipleJobsAndProvisioners(t *testing.T) {
41
42
}
42
43
43
44
for _ , tc := range testCases {
44
- tc := tc // Capture loop variable to avoid data races
45
45
t .Run (tc .Name , func (t * testing.T ) {
46
46
t .Parallel ()
47
47
now := dbtime .Now ()
@@ -159,6 +159,7 @@ func TestProvisionerJob_MultipleJobsAndProvisioners(t *testing.T) {
159
159
160
160
// TestProvisionerJobs_MultipleJobsAndProvisioners tests OrganizationProvisionerJobs multiple job endpoint by
161
161
// calling it once and comparing with expected result.
162
+ // nolint:paralleltest
162
163
func TestProvisionerJobs_MultipleJobsAndProvisioners (t * testing.T ) {
163
164
t .Parallel ()
164
165
@@ -171,7 +172,6 @@ func TestProvisionerJobs_MultipleJobsAndProvisioners(t *testing.T) {
171
172
}
172
173
173
174
for _ , tc := range testCases {
174
- tc := tc // Capture loop variable to avoid data races
175
175
t .Run (tc .Name , func (t * testing.T ) {
176
176
t .Parallel ()
177
177
now := dbtime .Now ()
You can’t perform that action at this time.
0 commit comments