mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Remove 'DisabledForLargeClusters' tag for LB tests
We performed several internal tests at Google both on GKE and Kubernetes, and we believe it's safe to re-enable them for large clusters.
This commit is contained in:
parent
3e9e41f82c
commit
945aea4627
@ -772,9 +772,8 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
|
||||
}
|
||||
})
|
||||
|
||||
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
|
||||
// [LinuxOnly]: Windows does not support session affinity.
|
||||
ginkgo.It("should have session affinity work for LoadBalancer service with ESIPP on [Slow] [DisabledForLargeClusters] [LinuxOnly]", func() {
|
||||
ginkgo.It("should have session affinity work for LoadBalancer service with ESIPP on [Slow] [LinuxOnly]", func() {
|
||||
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
|
||||
e2eskipper.SkipIfProviderIs("aws")
|
||||
|
||||
@ -784,9 +783,8 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
|
||||
execAffinityTestForLBService(f, cs, svc)
|
||||
})
|
||||
|
||||
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
|
||||
// [LinuxOnly]: Windows does not support session affinity.
|
||||
ginkgo.It("should be able to switch session affinity for LoadBalancer service with ESIPP on [Slow] [DisabledForLargeClusters] [LinuxOnly]", func() {
|
||||
ginkgo.It("should be able to switch session affinity for LoadBalancer service with ESIPP on [Slow] [LinuxOnly]", func() {
|
||||
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
|
||||
e2eskipper.SkipIfProviderIs("aws")
|
||||
|
||||
@ -796,9 +794,8 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
|
||||
execAffinityTestForLBServiceWithTransition(f, cs, svc)
|
||||
})
|
||||
|
||||
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
|
||||
// [LinuxOnly]: Windows does not support session affinity.
|
||||
ginkgo.It("should have session affinity work for LoadBalancer service with ESIPP off [Slow] [DisabledForLargeClusters] [LinuxOnly]", func() {
|
||||
ginkgo.It("should have session affinity work for LoadBalancer service with ESIPP off [Slow] [LinuxOnly]", func() {
|
||||
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
|
||||
e2eskipper.SkipIfProviderIs("aws")
|
||||
|
||||
@ -808,9 +805,8 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
|
||||
execAffinityTestForLBService(f, cs, svc)
|
||||
})
|
||||
|
||||
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
|
||||
// [LinuxOnly]: Windows does not support session affinity.
|
||||
ginkgo.It("should be able to switch session affinity for LoadBalancer service with ESIPP off [Slow] [DisabledForLargeClusters] [LinuxOnly]", func() {
|
||||
ginkgo.It("should be able to switch session affinity for LoadBalancer service with ESIPP off [Slow] [LinuxOnly]", func() {
|
||||
// L4 load balancer affinity `ClientIP` is not supported on AWS ELB.
|
||||
e2eskipper.SkipIfProviderIs("aws")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user