From a945d54bf52f4ed9d61e9aac71a228fc5d33855c Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Sun, 27 Dec 2020 13:31:17 -0600 Subject: [PATCH] fix shell expansion in skip-regex --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5ec4bc56b..6e55b991c4 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ test-e2e: --test=ginkgo \ -- \ --test-package-version=v1.19.0 \ - --skip-regex=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort + --skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort" .PHONY: ${DIST}/linux/amd64/nodeup ${DIST}/linux/amd64/nodeup: ${BINDATA_TARGETS}