Merge pull request #1873 from pohly/e2e-local

E2e local
This commit is contained in:
k8s-ci-robot 2018-03-05 14:46:50 -08:00 committed by GitHub
commit a18225305f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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