Merge pull request #90305 from wojtek-t/enable_couple_large_cluster_tests

Enable couple networking tests for large clusters
This commit is contained in:
Kubernetes Prow Robot 2020-04-21 07:52:56 -07:00 committed by GitHub
commit 66fd1335fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2840,8 +2840,7 @@ var _ = SIGDescribe("Services", func() {
})
})
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
var _ = SIGDescribe("ESIPP [Slow] [DisabledForLargeClusters]", func() {
var _ = SIGDescribe("ESIPP [Slow]", func() {
f := framework.NewDefaultFramework("esipp")
var loadBalancerCreateTimeout time.Duration
@ -3069,7 +3068,8 @@ var _ = SIGDescribe("ESIPP [Slow] [DisabledForLargeClusters]", func() {
}
})
ginkgo.It("should handle updates to ExternalTrafficPolicy field", func() {
// TODO: Get rid of [DisabledForLargeClusters] tag when issue #90047 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)