mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Remove the 'DisabledForLargeClusters' tags from non-session-affinity LB network tests
Ref. https://github.com/kubernetes/kubernetes/issues/90047
This commit is contained in:
parent
60cfd74e6b
commit
3affac239e
@ -1210,8 +1210,7 @@ var _ = SIGDescribe("Services", func() {
|
|||||||
framework.ExpectNoError(err)
|
framework.ExpectNoError(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
|
ginkgo.It("should be able to change the type and ports of a service [Slow]", func() {
|
||||||
ginkgo.It("should be able to change the type and ports of a service [Slow] [DisabledForLargeClusters]", func() {
|
|
||||||
// requires cloud load-balancer support
|
// requires cloud load-balancer support
|
||||||
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws")
|
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws")
|
||||||
|
|
||||||
@ -3194,8 +3193,7 @@ var _ = SIGDescribe("ESIPP [Slow]", func() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO(#56138): Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
|
ginkgo.It("should handle updates to ExternalTrafficPolicy field", func() {
|
||||||
ginkgo.It("should handle updates to ExternalTrafficPolicy field [DisabledForLargeClusters]", func() {
|
|
||||||
namespace := f.Namespace.Name
|
namespace := f.Namespace.Name
|
||||||
serviceName := "external-local-update"
|
serviceName := "external-local-update"
|
||||||
jig := e2eservice.NewTestJig(cs, namespace, serviceName)
|
jig := e2eservice.NewTestJig(cs, namespace, serviceName)
|
||||||
|
Loading…
Reference in New Issue
Block a user