diff --git a/docs/devel/e2e-tests.md b/docs/devel/e2e-tests.md index 417b7207da0..4db76f89257 100644 --- a/docs/devel/e2e-tests.md +++ b/docs/devel/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