Run one test at a time

Running in parallel could fail if one of the test changes the ConfigMap
This commit is contained in:
Mathieu Parent 2018-02-10 14:39:29 +01:00
parent e34afc0fa4
commit 3e85a06d01

View file

@ -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: