Skip to content

Commit b7b6b9b

Browse files
committed
Makefile: Add the randomizeAllSpecs ginkgo flag to the e2e-job target
Update the Makefile `e2e-job` target and add the --randomizeAllSpecs ginkgo flag. This should help weed out any state flakes when tests are run in completely random order.
1 parent a5e9d30 commit b7b6b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ unit-test:
3030
e2e: e2e-job
3131

3232
e2e-job:
33-
go test -v -race -failfast -timeout 90m ./test/e2e/...
33+
go test -v -race -failfast -timeout 90m ./test/e2e/... --ginkgo.randomizeAllSpecs
3434

3535
install-olm-crds:
3636
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.17.0/crds.yaml

0 commit comments

Comments
 (0)