Commit d7e70bd4 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #35085 from xilabao/fix-testing-against-local-clusters

Automatic merge from submit-queue check_node_count falls out of use, clear from docs/devel/e2e-tests.md delete "--check_node_count " for testing against local clusters
parents 333c0454 e5d2740c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment