diff options
| -rw-r--r-- | contributors/devel/e2e-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 4737a4f5..5e47f6d5 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -427,7 +427,7 @@ go run hack/e2e.go -- --provider=local -v --test To control the tests that are run: ```sh -go run hack/e2e.go -- -v --test --test_args="--ginkgo.focus=\"Secrets\"" +go run hack/e2e.go -- --provider=local -v --test --test_args="--ginkgo.focus=\"Secrets\"" ``` ### Version-skewed and upgrade testing |
