mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
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
This commit is contained in:
commit
d7e70bd448
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue