summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Xiang Tee <juntee@google.com>2017-08-04 12:23:20 -0700
committerGitHub <noreply@github.com>2017-08-04 12:23:20 -0700
commit07c6da22fe9f97ab44a02e67a7c574b49998605d (patch)
treee0673a46b3c916b1729fc837e2e2e82e05367572
parent01f96cdbb3984a1a879c4386c8db7eb1a5368a59 (diff)
Remove deprecated KUBERNETES_PROVIDER=local
-rw-r--r--contributors/devel/e2e-tests.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md
index b5aadf97..639fe2f2 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -106,9 +106,6 @@ go run hack/e2e.go -- -v --test
# Specify "--provider=local" flag when running the tests locally
go run hack/e2e.go -- -v --test --test_args="--ginkgo.focus=\[Feature:Performance\]" --provider=local
-# Alternatively, specify it with KUBERNETES_PROVIDER
-KUBERNETES_PROVIDER=local go run hack/e2e.go -- -v --build --up --test --down
-
# Conversely, exclude tests that match the regex "Pods.*env"
go run hack/e2e.go -- -v --test --test_args="--ginkgo.skip=Pods.*env"