Skip to content

Commit

Permalink
copy var instead of removing Parallel
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <zachaller@users.noreply.github.com>
  • Loading branch information
zachaller committed Jul 28, 2023
1 parent 8e028f0 commit cb35848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/rollouts/validation/validation_references_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,9 @@ spec:

routeTypes := []string{"httpRoute", "tcpRoute", "grpcRoute", "http2Route"}
for _, routeType := range routeTypes {
routeType := routeType
t.Run(fmt.Sprintf("will succeed with valid appmesh virtual-router with %s", routeType), func(t *testing.T) {
t.Parallel()
manifest := fmt.Sprintf(`
apiVersion: appmesh.k8s.aws/v1beta2
kind: VirtualRouter
Expand Down

0 comments on commit cb35848

Please sign in to comment.