diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2016-11-28 16:53:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-28 16:53:10 -0800 |
| commit | 81e80e1cb6db4abe4b8bd64832a7b01ed8401116 (patch) | |
| tree | c8770d157fdf53a275ba3203f058eb31e63bc3ec | |
| parent | 327e24c67c5cade10230ca5aee709843e3931fa2 (diff) | |
| parent | a08221e389ee026a516c01a4d0e6a275a996a68c (diff) | |
Merge pull request #37367 from nebril/e2e-doc-typo-falure
Automatic merge from submit-queue
Fix typo in e2e tests doc
| -rw-r--r-- | e2e-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e-tests.md b/e2e-tests.md index 03efcb66..fc8f1995 100644 --- a/e2e-tests.md +++ b/e2e-tests.md @@ -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 |
