Mark services test slow.

This commit is contained in:
Joe Finney 2016-04-06 17:26:16 -07:00
parent c9b6e89a39
commit 39de4be40d
No known key found for this signature in database
GPG Key ID: 951C5E203926D62B

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
SkipUnlessProviderIs("gce", "gke", "aws")