Merge pull request #5897 from cyb70289/e2e

Remove obsolete "make test-e2e" guide
This commit is contained in:
Kubernetes Prow Robot 2021-08-30 20:58:28 -07:00 committed by GitHub
commit 98b3d97d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -461,12 +461,6 @@ run the tests, and then tear the cluster down.
**Note:** Running all E2E tests takes a *very long time*!
To run E2E tests, use this command:
```sh
make test-e2e
```
For more information on E2E tests, including methods for saving time
by just running specific tests, read
[End-to-End Testing in Kubernetes](./sig-testing/e2e-tests.md) and the