Mark services test slow.

pull/6/head
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
1 changed files with 1 additions and 1 deletions

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")