mirror of https://github.com/kubernetes/kops.git
fix shell expansion in skip-regex
This commit is contained in:
parent
38215210c6
commit
a945d54bf5
2
Makefile
2
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}
|
||||
|
|
Loading…
Reference in New Issue