summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2021-08-30 20:58:28 -0700
committerGitHub <noreply@github.com>2021-08-30 20:58:28 -0700
commit98b3d97d2e7f91bb62b8e88710c29c1675efb689 (patch)
tree8922b3c33d0fc1f292e61dedd4a0da65798efca8
parent1acc88be28506b3b6a2c8a306f45c4c434631159 (diff)
parent9cb2f7814449723add4149e50e6e5dca3b099a7e (diff)
Merge pull request #5897 from cyb70289/e2e
Remove obsolete "make test-e2e" guide
-rw-r--r--contributors/devel/development.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md
index 6dbbbd8b..d67a7dbc 100644
--- a/contributors/devel/development.md
+++ b/contributors/devel/development.md
@@ -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