Merge pull request #27424 from mwielgus/turn-off-multinodepool

Turn off mitlinode pool test in GKE until it is fixed
This commit is contained in:
Filip Grzadkowski
2016-06-15 12:02:07 +02:00
committed by GitHub

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