From 5bd3fdc3881a4fe360f04fc78bdb0584944e419b Mon Sep 17 00:00:00 2001 From: Aleksandra Malinowska Date: Mon, 25 Sep 2017 19:01:26 +0200 Subject: [PATCH] Fix test selector --- test/e2e/autoscaling/cluster_size_autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling/cluster_size_autoscaling.go b/test/e2e/autoscaling/cluster_size_autoscaling.go index b1d877bb8b..9754bfeb8f 100644 --- a/test/e2e/autoscaling/cluster_size_autoscaling.go +++ b/test/e2e/autoscaling/cluster_size_autoscaling.go @@ -619,7 +619,7 @@ var _ = SIGDescribe("Cluster size autoscaling [Slow]", func() { framework.ExpectNoError(waitForAllCaPodsReadyInNamespace(f, c)) }) - It("Should be able to scale a node group down to 0[Feature:ClusterSizeAutoscalingXScaleDown]", func() { + It("Should be able to scale a node group down to 0[Feature:ClusterSizeAutoscalingScaleDown]", func() { // Determine whether we want to run & adjust the setup if necessary if len(originalSizes) < 2 { if framework.ProviderIs("gke") {