File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2840,8 +2840,7 @@ var _ = SIGDescribe("Services", func() {
2840
2840
})
2841
2841
})
2842
2842
2843
- // TODO: Get rid of [DisabledForLargeClusters] tag when issue #56138 is fixed.
2844
- var _ = SIGDescribe ("ESIPP [Slow] [DisabledForLargeClusters]" , func () {
2843
+ var _ = SIGDescribe ("ESIPP [Slow]" , func () {
2845
2844
f := framework .NewDefaultFramework ("esipp" )
2846
2845
var loadBalancerCreateTimeout time.Duration
2847
2846
@@ -3069,7 +3068,8 @@ var _ = SIGDescribe("ESIPP [Slow] [DisabledForLargeClusters]", func() {
3069
3068
}
3070
3069
})
3071
3070
3072
- ginkgo .It ("should handle updates to ExternalTrafficPolicy field" , func () {
3071
+ // TODO: Get rid of [DisabledForLargeClusters] tag when issue #90047 is fixed.
3072
+ ginkgo .It ("should handle updates to ExternalTrafficPolicy field [DisabledForLargeClusters]" , func () {
3073
3073
namespace := f .Namespace .Name
3074
3074
serviceName := "external-local-update"
3075
3075
jig := e2eservice .NewTestJig (cs , namespace , serviceName )
You can’t perform that action at this time.
0 commit comments