Merge pull request #23963 from spxtr/services-slow

Mark services test slow.
This commit is contained in:
Jeff Lowdermilk 2016-04-08 12:47:45 -07:00
commit 27bca83304

View File

@ -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 // requires cloud load-balancer support
SkipUnlessProviderIs("gce", "gke", "aws") SkipUnlessProviderIs("gce", "gke", "aws")