Merge pull request #90052 from tosi3k/reenable-ilb-test

Remove the 'DisabledForLargeClusters' tag from ILB correctness test
This commit is contained in:
Kubernetes Prow Robot 2020-04-16 02:14:45 -07:00 committed by GitHub
commit da5e6ad347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2162,8 +2162,7 @@ var _ = SIGDescribe("Services", func() {
checkReachabilityFromPod(true, normalReachabilityTimeout, namespace, dropPod.Name, svcIP)
})
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
ginkgo.It("should be able to create an internal type load balancer [Slow] [DisabledForLargeClusters]", func() {
ginkgo.It("should be able to create an internal type load balancer [Slow]", func() {
e2eskipper.SkipUnlessProviderIs("azure", "gke", "gce")
createTimeout := e2eservice.GetServiceLoadBalancerCreationTimeout(cs)