diff --git a/test/e2e/service.go b/test/e2e/service.go index 7f997cadc06..4c734929e42 100644 --- a/test/e2e/service.go +++ b/test/e2e/service.go @@ -403,7 +403,7 @@ var _ = KubeDescribe("Services", func() { } }) - It("should be able to change the type and ports of a service", func() { + It("should be able to change the type and ports of a service [Slow]", func() { // requires cloud load-balancer support SkipUnlessProviderIs("gce", "gke", "aws")