diff --git a/test/e2e/autoscaling/cluster_autoscaler_scalability.go b/test/e2e/autoscaling/cluster_autoscaler_scalability.go index b07a26e7571..c9bfc195d0b 100644 --- a/test/e2e/autoscaling/cluster_autoscaler_scalability.go +++ b/test/e2e/autoscaling/cluster_autoscaler_scalability.go @@ -59,7 +59,7 @@ type scaleUpTestConfig struct { expectedResult *clusterPredicates } -var _ = framework.KubeDescribe("Cluster size autoscaler scalability [Slow]", func() { +var _ = SIGDescribe("Cluster size autoscaler scalability [Slow]", func() { f := framework.NewDefaultFramework("autoscaling") var c clientset.Interface var nodeCount int