Fix test selector

This commit is contained in:
Aleksandra Malinowska 2017-09-25 19:01:26 +02:00
parent 0e430b0863
commit 5bd3fdc388

View File

@ -619,7 +619,7 @@ var _ = SIGDescribe("Cluster size autoscaling [Slow]", func() {
framework.ExpectNoError(waitForAllCaPodsReadyInNamespace(f, c)) 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 // Determine whether we want to run & adjust the setup if necessary
if len(originalSizes) < 2 { if len(originalSizes) < 2 {
if framework.ProviderIs("gke") { if framework.ProviderIs("gke") {