From 42c711125935dd8928f01eba69b7d8bc6dc68b30 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Sat, 10 Feb 2018 17:02:21 +0100 Subject: [PATCH] Run one test at a time (#2063) 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: