diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index 86d5749bd5e..9083bd8d33c 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() {