mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
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:
parent
2318a13228
commit
b38ff20f71
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user