mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Remove the 'DisabledForLargeClusters' tag from ILB correctness test
This commit is contained in:
parent
2f08dc1b87
commit
4030da9e34
@ -2161,8 +2161,7 @@ var _ = SIGDescribe("Services", func() {
|
|||||||
checkReachabilityFromPod(true, normalReachabilityTimeout, namespace, dropPod.Name, svcIP)
|
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]", func() {
|
||||||
ginkgo.It("should be able to create an internal type load balancer [Slow] [DisabledForLargeClusters]", func() {
|
|
||||||
e2eskipper.SkipUnlessProviderIs("azure", "gke", "gce")
|
e2eskipper.SkipUnlessProviderIs("azure", "gke", "gce")
|
||||||
|
|
||||||
createTimeout := e2eservice.GetServiceLoadBalancerCreationTimeout(cs)
|
createTimeout := e2eservice.GetServiceLoadBalancerCreationTimeout(cs)
|
||||||
|
Loading…
Reference in New Issue
Block a user