mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +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() {
|
It("should be able to change the type and ports of a service [Slow]", func() {
|
||||||
// requires cloud load-balancer support
|
// requires cloud load-balancer support
|
||||||
framework.SkipUnlessProviderIs("gce", "gke", "aws")
|
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")
|
loadBalancerSupportsUDP := !framework.ProviderIs("aws")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user