mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Disable service e2e on type and port change for huge clusters
This commit is contained in:
parent
e873b36a44
commit
913721ebee
@ -484,6 +484,11 @@ var _ = SIGDescribe("Services", func() {
|
||||
It("should be able to change the type and ports of a service [Slow]", func() {
|
||||
// requires cloud load-balancer support
|
||||
framework.SkipUnlessProviderIs("gce", "gke", "aws")
|
||||
if framework.ProviderIs("gke", "gce") {
|
||||
// Skipping this test for too large clusters due to issue #52495.
|
||||
// TODO(MrHohn): Get rid of this when gce-side load-balancer improvements are done.
|
||||
framework.SkipUnlessNodeCountIsAtMost(framework.GCPMaxInstancesInInstanceGroup)
|
||||
}
|
||||
|
||||
loadBalancerSupportsUDP := !framework.ProviderIs("aws")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user