summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e-tests.md b/e2e-tests.md
index 417b7207..4db76f89 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -404,7 +404,7 @@ go run hack/e2e.go -v --test
To control the tests that are run:
```sh
-go run hack/e2e.go -v --test --check_node_count=false --test_args="--ginkgo.focus="Secrets"
+go run hack/e2e.go -v --test --test_args="--ginkgo.focus=\"Secrets\""
```
### Version-skewed and upgrade testing