@@ -1151,8 +1151,7 @@ var _ = SIGDescribe("Services", func() {
1151
1151
framework .ExpectNoError (err )
1152
1152
})
1153
1153
1154
- // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
1155
- ginkgo .It ("should be able to change the type and ports of a service [Slow] [DisabledForLargeClusters]" , func () {
1154
+ ginkgo .It ("should be able to change the type and ports of a service [Slow]" , func () {
1156
1155
// requires cloud load-balancer support
1157
1156
e2eskipper .SkipUnlessProviderIs ("gce" , "gke" , "aws" )
1158
1157
@@ -2398,9 +2397,8 @@ var _ = SIGDescribe("Services", func() {
2398
2397
execAffinityTestForNonLBServiceWithTransition (f , cs , svc )
2399
2398
})
2400
2399
2401
- // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2402
2400
// [LinuxOnly]: Windows does not support session affinity.
2403
- ginkgo .It ("should have session affinity work for LoadBalancer service with ESIPP on [Slow] [DisabledForLargeClusters] [ LinuxOnly]" , func () {
2401
+ ginkgo .It ("should have session affinity work for LoadBalancer service with ESIPP on [Slow] [LinuxOnly]" , func () {
2404
2402
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
2405
2403
e2eskipper .SkipIfProviderIs ("aws" )
2406
2404
@@ -2410,9 +2408,8 @@ var _ = SIGDescribe("Services", func() {
2410
2408
execAffinityTestForLBService (f , cs , svc )
2411
2409
})
2412
2410
2413
- // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2414
2411
// [LinuxOnly]: Windows does not support session affinity.
2415
- ginkgo .It ("should be able to switch session affinity for LoadBalancer service with ESIPP on [Slow] [DisabledForLargeClusters] [ LinuxOnly]" , func () {
2412
+ ginkgo .It ("should be able to switch session affinity for LoadBalancer service with ESIPP on [Slow] [LinuxOnly]" , func () {
2416
2413
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
2417
2414
e2eskipper .SkipIfProviderIs ("aws" )
2418
2415
@@ -2422,9 +2419,8 @@ var _ = SIGDescribe("Services", func() {
2422
2419
execAffinityTestForLBServiceWithTransition (f , cs , svc )
2423
2420
})
2424
2421
2425
- // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2426
2422
// [LinuxOnly]: Windows does not support session affinity.
2427
- ginkgo .It ("should have session affinity work for LoadBalancer service with ESIPP off [Slow] [DisabledForLargeClusters] [ LinuxOnly]" , func () {
2423
+ ginkgo .It ("should have session affinity work for LoadBalancer service with ESIPP off [Slow] [LinuxOnly]" , func () {
2428
2424
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
2429
2425
e2eskipper .SkipIfProviderIs ("aws" )
2430
2426
@@ -2434,9 +2430,8 @@ var _ = SIGDescribe("Services", func() {
2434
2430
execAffinityTestForLBService (f , cs , svc )
2435
2431
})
2436
2432
2437
- // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2438
2433
// [LinuxOnly]: Windows does not support session affinity.
2439
- ginkgo .It ("should be able to switch session affinity for LoadBalancer service with ESIPP off [Slow] [DisabledForLargeClusters] [ LinuxOnly]" , func () {
2434
+ ginkgo .It ("should be able to switch session affinity for LoadBalancer service with ESIPP off [Slow] [LinuxOnly]" , func () {
2440
2435
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
2441
2436
e2eskipper .SkipIfProviderIs ("aws" )
2442
2437
@@ -2788,8 +2783,7 @@ var _ = SIGDescribe("Services", func() {
2788
2783
})
2789
2784
})
2790
2785
2791
- // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2792
- var _ = SIGDescribe ("ESIPP [Slow] [DisabledForLargeClusters]" , func () {
2786
+ var _ = SIGDescribe ("ESIPP [Slow]" , func () {
2793
2787
f := framework .NewDefaultFramework ("esipp" )
2794
2788
var loadBalancerCreateTimeout time.Duration
2795
2789
0 commit comments