From 37b0cfd02b07cc6b10948a661a625540e0ab48b4 Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Thu, 15 Oct 2015 14:22:14 -0400 Subject: [PATCH] Temp. skip exec+proxy e2e test It's breaking GCE e2e. Will reenable once we've fixed the test. --- test/e2e/kubectl.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index b98e74de874..8f821f2512c 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -197,7 +197,8 @@ var _ = Describe("Kubectl client", func() { } }) - It("should support exec through an HTTP proxy", func() { + // FIXME(ncdc) remove Skipped once we sort out the kubectl build issues in GCE + It("[Skipped] should support exec through an HTTP proxy", func() { // Note: We are skipping local since we want to verify an apiserver with HTTPS. // At this time local only supports plain HTTP. SkipIfProviderIs("local")