Skip to content

Commit

Permalink
Run one test at a time (#2063)
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 authored and aledbf committed Feb 10, 2018
1 parent a786c1e commit 42c7111
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 42c7111

Please sign in to comment.