Skip to content

Commit

Permalink
Run one test at a time
Browse files Browse the repository at this point in the history
Running in parallel could fail if one of the test changes the ConfigMap
  • Loading branch information
sathieu committed Feb 10, 2018
1 parent e34afc0 commit 3e85a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ e2e-image: sub-container-amd64
.PHONY: e2e-test
e2e-test:
@go test -o e2e-tests -c ./test/e2e
@KUBECONFIG=${HOME}/.kube/config INGRESSNGINXCONFIG=${HOME}/.kube/config ./e2e-tests
@KUBECONFIG=${HOME}/.kube/config INGRESSNGINXCONFIG=${HOME}/.kube/config ./e2e-tests -test.parallel 1

.PHONY: cover
cover:
Expand Down

0 comments on commit 3e85a06

Please sign in to comment.