mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
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:
parent
b3bce3aa60
commit
3b24ac55d0
@ -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