Merge pull request #12947 from mesosphere/guestbook-e2e-test

Un-skip guestbook application e2e test
This commit is contained in:
Saad Ali 2015-08-20 11:10:35 -07:00
commit 22e49036f5

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