mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 11:29:09 +00:00
Merge pull request #12947 from mesosphere/guestbook-e2e-test
Un-skip guestbook application e2e test
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user