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:
Kubernetes Prow Robot 2020-12-16 07:12:21 -08:00 committed by GitHub
commit dc39ab2417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)