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.
This commit is contained in:
Dr. Stefan Schimanski 2015-08-19 23:43:47 +02:00
parent b3bce3aa60
commit 3b24ac55d0

View File

@ -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() {