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