Skip to content

Commit

Permalink
Merge pull request #53002 from aleksandra-malinowska/gke-scale-to-0-t…
Browse files Browse the repository at this point in the history
…est-fix

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>..

Fix autoscaling test selector

Fixes a typo causing test to be skipped (from #52991.)
  • Loading branch information
Kubernetes Submit Queue committed Sep 25, 2017
2 parents 407bef4 + 5bd3fdc commit 8036b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/autoscaling/cluster_size_autoscaling.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 8036b66

Please sign in to comment.