Disable test for large clusters

- Due to performance issues, service controller updates are slow
 in large clusters, causing failing tests. Tag can be removed once
 performance issues are resolved
This commit is contained in:
Swetha Repakula 2020-10-14 15:06:18 -07:00
parent 2318a13228
commit b38ff20f71

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)