Skip [Skipped] tests when testing for conformance

- Allows tests to be marked for future conformance
This commit is contained in:
Karl Isenberg 2015-11-12 14:20:48 -08:00
parent 79127cfb99
commit 725155b8e9

View File

@ -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 $?