From 3b24ac55d00c409032e0331fa151cd359845657f Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Wed, 19 Aug 2015 23:43:47 +0200 Subject: [PATCH] Un-skip guestbook application e2e test The comment said that the guestbook needs LoadBalancer support, which is not true. The test had been skipped for everything but aws, gke and gce for that reason. --- test/e2e/kubectl.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index d7c7eedc3ad..389e15f223e 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -129,9 +129,6 @@ var _ = Describe("Kubectl client", func() { BeforeEach(func() { guestbookPath = filepath.Join(testContext.RepoRoot, "examples/guestbook") - - // requires ExternalLoadBalancer support - SkipUnlessProviderIs("gce", "gke", "aws") }) It("should create and stop a working application", func() {