Turn off mitlinode pool test in GKE until it is fixed

This commit is contained in:
Marcin Wielgus 2016-06-15 11:27:44 +02:00
parent 3c822c0b3c
commit 9b012a4d44

View File

@ -194,7 +194,7 @@ var _ = framework.KubeDescribe("Cluster size autoscaling [Slow]", func() {
framework.ExpectNoError(framework.DeleteRC(f.Client, f.Namespace.Name, "node-selector"))
})
It("should scale up correct target pool [Feature:ClusterSizeAutoscalingScaleUp]", func() {
It("should scale up correct target pool [Feature:ClusterSizeAutoscalingScaleUp] [Flaky]", func() {
framework.SkipUnlessProviderIs("gke")
By("Creating new node-pool with one n1-standard-4 machine")