summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinhan Xia <mixia@google.com>2016-10-03 16:39:55 -0700
committerMinhan Xia <mixia@google.com>2016-10-03 17:14:51 -0700
commit7f9358461560ee78d26b6d541e91f71bf4db69dc (patch)
tree7ef7c3fc27c5d6fe2e9adede3020b157ae7e047f
parent0bb9abbaaa14df4c5fc1337ace470d88cbc5c8a5 (diff)
add delete-namespace-on-failure flag
-rw-r--r--e2e-tests.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/e2e-tests.md b/e2e-tests.md
index 0200afb8..372cc683 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -137,6 +137,9 @@ go run hack/e2e.go -v --test --test_args="--ginkgo.skip=Pods.*env"
# Run tests in parallel, skip any that must be run serially
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"
+
# Flags can be combined, and their actions will take place in this order:
# --build, --up, --test, --down
#