From 9cb2f7814449723add4149e50e6e5dca3b099a7e Mon Sep 17 00:00:00 2001 From: Yibo Cai Date: Mon, 19 Jul 2021 09:42:41 +0000 Subject: [PATCH] Remove obsolete "make test-e2e" guide --- contributors/devel/development.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 6dbbbd8b0..d67a7dbc5 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