@@ -1151,7 +1151,8 @@ var _ = SIGDescribe("Services", func() {
1151
1151
framework .ExpectNoError (err )
1152
1152
})
1153
1153
1154
- ginkgo .It ("should be able to change the type and ports of a service [Slow]" , func () {
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 () {
1155
1156
// requires cloud load-balancer support
1156
1157
e2eskipper .SkipUnlessProviderIs ("gce" , "gke" , "aws" )
1157
1158
@@ -2450,8 +2451,9 @@ var _ = SIGDescribe("Services", func() {
2450
2451
execAffinityTestForNonLBServiceWithTransition (f , cs , svc )
2451
2452
})
2452
2453
2454
+ // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2453
2455
// [LinuxOnly]: Windows does not support session affinity.
2454
- ginkgo .It ("should have session affinity work for LoadBalancer service with ESIPP on [Slow] [LinuxOnly]" , func () {
2456
+ ginkgo .It ("should have session affinity work for LoadBalancer service with ESIPP on [Slow] [DisabledForLargeClusters] [ LinuxOnly]" , func () {
2455
2457
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
2456
2458
e2eskipper .SkipIfProviderIs ("aws" )
2457
2459
@@ -2461,8 +2463,9 @@ var _ = SIGDescribe("Services", func() {
2461
2463
execAffinityTestForLBService (f , cs , svc )
2462
2464
})
2463
2465
2466
+ // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2464
2467
// [LinuxOnly]: Windows does not support session affinity.
2465
- ginkgo .It ("should be able to switch session affinity for LoadBalancer service with ESIPP on [Slow] [LinuxOnly]" , func () {
2468
+ ginkgo .It ("should be able to switch session affinity for LoadBalancer service with ESIPP on [Slow] [DisabledForLargeClusters] [ LinuxOnly]" , func () {
2466
2469
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
2467
2470
e2eskipper .SkipIfProviderIs ("aws" )
2468
2471
@@ -2472,8 +2475,9 @@ var _ = SIGDescribe("Services", func() {
2472
2475
execAffinityTestForLBServiceWithTransition (f , cs , svc )
2473
2476
})
2474
2477
2478
+ // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2475
2479
// [LinuxOnly]: Windows does not support session affinity.
2476
- ginkgo .It ("should have session affinity work for LoadBalancer service with ESIPP off [Slow] [LinuxOnly]" , func () {
2480
+ ginkgo .It ("should have session affinity work for LoadBalancer service with ESIPP off [Slow] [DisabledForLargeClusters] [ LinuxOnly]" , func () {
2477
2481
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
2478
2482
e2eskipper .SkipIfProviderIs ("aws" )
2479
2483
@@ -2483,8 +2487,9 @@ var _ = SIGDescribe("Services", func() {
2483
2487
execAffinityTestForLBService (f , cs , svc )
2484
2488
})
2485
2489
2490
+ // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2486
2491
// [LinuxOnly]: Windows does not support session affinity.
2487
- ginkgo .It ("should be able to switch session affinity for LoadBalancer service with ESIPP off [Slow] [LinuxOnly]" , func () {
2492
+ ginkgo .It ("should be able to switch session affinity for LoadBalancer service with ESIPP off [Slow] [DisabledForLargeClusters] [ LinuxOnly]" , func () {
2488
2493
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
2489
2494
e2eskipper .SkipIfProviderIs ("aws" )
2490
2495
@@ -2836,7 +2841,8 @@ var _ = SIGDescribe("Services", func() {
2836
2841
})
2837
2842
})
2838
2843
2839
- var _ = SIGDescribe ("ESIPP [Slow]" , func () {
2844
+ // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2845
+ var _ = SIGDescribe ("ESIPP [Slow] [DisabledForLargeClusters]" , func () {
2840
2846
f := framework .NewDefaultFramework ("esipp" )
2841
2847
var loadBalancerCreateTimeout time.Duration
2842
2848
0 commit comments