From 725155b8e9b241abd7dce10640057e3b30754113 Mon Sep 17 00:00:00 2001 From: Karl Isenberg Date: Thu, 12 Nov 2015 14:20:48 -0800 Subject: [PATCH] Skip [Skipped] tests when testing for conformance - Allows tests to be marked for future conformance --- hack/conformance-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/conformance-test.sh b/hack/conformance-test.sh index 9786a1080f1..60fd725cfb6 100755 --- a/hack/conformance-test.sh +++ b/hack/conformance-test.sh @@ -83,5 +83,5 @@ echo "Conformance test checking conformance with Kubernetes version 1.0" declare -x KUBERNETES_CONFORMANCE_TEST="y" declare -x NUM_MINIONS=4 -hack/ginkgo-e2e.sh -ginkgo.focus='\[Conformance\]' +hack/ginkgo-e2e.sh -ginkgo.focus='\[Conformance\]' -ginkgo.skip='\[Skipped\]' exit $?