diff --git a/test/e2e/cluster_size_autoscaling.go b/test/e2e/cluster_size_autoscaling.go index f7c2ff06dbb..abc088246e6 100644 --- a/test/e2e/cluster_size_autoscaling.go +++ b/test/e2e/cluster_size_autoscaling.go @@ -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")