From 3e85a06d01cec8c344921b7dd40bbfe8d2124b5e Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Sat, 10 Feb 2018 14:39:29 +0100 Subject: [PATCH] Run one test at a time Running in parallel could fail if one of the test changes the ConfigMap --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 617b4f1368..1bb2d74f7b 100644 --- a/Makefile +++ b/Makefile @@ -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: