mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Merge pull request #97345 from mm4tt/service-test-disabled-for-large-clusters
Remove the 'DisabledForLargeClusters' tags from non-session-affinity LB network tests
This commit is contained in:
commit
dc39ab2417
@ -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