Merge pull request #37367 from nebril/e2e-doc-typo-falure

Automatic merge from submit-queue

Fix typo in e2e tests doc
pull/6/head
Kubernetes Submit Queue 2016-11-28 16:53:10 -08:00 committed by GitHub
commit e6c57c6569
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ go run hack/e2e.go -v --test --test_args="--ginkgo.skip=Pods.*env"
GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.skip=\[Serial\]"
# Run tests in parallel, skip any that must be run serially and keep the test namespace if test failed
GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.skip=\[Serial\] --delete-namespace-on-falure=false"
GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.skip=\[Serial\] --delete-namespace-on-failure=false"
# Flags can be combined, and their actions will take place in this order:
# --build, --up, --test, --down