Commit 3b24ac55 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

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.
parent b3bce3aa
...@@ -129,9 +129,6 @@ var _ = Describe("Kubectl client", func() { ...@@ -129,9 +129,6 @@ var _ = Describe("Kubectl client", func() {
BeforeEach(func() { BeforeEach(func() {
guestbookPath = filepath.Join(testContext.RepoRoot, "examples/guestbook") guestbookPath = filepath.Join(testContext.RepoRoot, "examples/guestbook")
// requires ExternalLoadBalancer support
SkipUnlessProviderIs("gce", "gke", "aws")
}) })
It("should create and stop a working application", func() { It("should create and stop a working application", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment