summaryrefslogtreecommitdiff
path: root/e2e-tests.md
diff options
context:
space:
mode:
Diffstat (limited to 'e2e-tests.md')
-rw-r--r--e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e-tests.md b/e2e-tests.md
index 682c1980..1a40ab73 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -253,7 +253,7 @@ export KUBECONFIG=/path/to/kubeconfig
export KUBERNETES_CONFORMANCE_TEST=y
# run all conformance tests
-go run hack/e2e.go -v --test_args="--ginkgo.focus=\[Conformance\]"
+go run hack/e2e.go -v --test --test_args="--ginkgo.focus=\[Conformance\]"
# run all parallel-safe conformance tests in parallel
GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.focus=\[Conformance\] --ginkgo.skip=\[Serial\]"