Merge pull request #95574 from swetharepakula/disable-test

Disable ExternalTrafficPolicy Test for large clusters
This commit is contained in:
Kubernetes Prow Robot 2020-10-16 18:42:12 -07:00 committed by GitHub
commit 8058942aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3194,7 +3194,8 @@ var _ = SIGDescribe("ESIPP [Slow]", func() {
}
})
ginkgo.It("should handle updates to ExternalTrafficPolicy field", func() {
// TODO(#56138): Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
ginkgo.It("should handle updates to ExternalTrafficPolicy field [DisabledForLargeClusters]", func() {
namespace := f.Namespace.Name
serviceName := "external-local-update"
jig := e2eservice.NewTestJig(cs, namespace, serviceName)