mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Skip [Skipped] tests when testing for conformance
- Allows tests to be marked for future conformance
This commit is contained in:
parent
79127cfb99
commit
725155b8e9
@ -83,5 +83,5 @@ echo "Conformance test checking conformance with Kubernetes version 1.0"
|
|||||||
|
|
||||||
declare -x KUBERNETES_CONFORMANCE_TEST="y"
|
declare -x KUBERNETES_CONFORMANCE_TEST="y"
|
||||||
declare -x NUM_MINIONS=4
|
declare -x NUM_MINIONS=4
|
||||||
hack/ginkgo-e2e.sh -ginkgo.focus='\[Conformance\]'
|
hack/ginkgo-e2e.sh -ginkgo.focus='\[Conformance\]' -ginkgo.skip='\[Skipped\]'
|
||||||
exit $?
|
exit $?
|
||||||
|
Loading…
Reference in New Issue
Block a user