From 304fe5515360ec94ef094977177a40825cacb2a7 Mon Sep 17 00:00:00 2001 From: Aaron Levy Date: Mon, 6 Jun 2016 19:25:36 -0700 Subject: [PATCH] Use a skeleton provider for unimplemented functionality --- e2e-tests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-tests.md b/e2e-tests.md index d09ab9e7d..7720e2d8b 100644 --- a/e2e-tests.md +++ b/e2e-tests.md @@ -354,6 +354,7 @@ credentials. # setup for conformance tests export KUBECONFIG=/path/to/kubeconfig export KUBERNETES_CONFORMANCE_TEST=y +export KUBERNETES_PROVIDER=skeleton # run all conformance tests go run hack/e2e.go -v --test --test_args="--ginkgo.focus=\[Conformance\]"