From 39de4be40dbdbd544200efbed457d0fc89375e1f Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Wed, 6 Apr 2016 17:26:16 -0700 Subject: [PATCH] Mark services test slow. --- test/e2e/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")