Skip to content

Commit 4030da9

Browse files
committed
Remove the 'DisabledForLargeClusters' tag from ILB correctness test
1 parent 2f08dc1 commit 4030da9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/network/service.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,8 +2161,7 @@ var _ = SIGDescribe("Services", func() {
21612161
checkReachabilityFromPod(true, normalReachabilityTimeout, namespace, dropPod.Name, svcIP)
21622162
})
21632163

2164-
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2165-
ginkgo.It("should be able to create an internal type load balancer [Slow] [DisabledForLargeClusters]", func() {
2164+
ginkgo.It("should be able to create an internal type load balancer [Slow]", func() {
21662165
e2eskipper.SkipUnlessProviderIs("azure", "gke", "gce")
21672166

21682167
createTimeout := e2eservice.GetServiceLoadBalancerCreationTimeout(cs)

0 commit comments

Comments
 (0)