Merge pull request #47957 from aleksandra-malinowska/autoscaling-anti-affinity-test-fix

Automatic merge from submit-queue

Fix test name

This test wasn't run by any job due to incorrect name.
pull/6/head
Kubernetes Submit Queue 2017-06-23 10:39:14 -07:00 committed by GitHub
commit afc4506c33
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ var _ = framework.KubeDescribe("Cluster size autoscaling [Slow]", func() {
framework.ExpectNoError(waitForAllCaPodsReadyInNamespace(f, c))
})
It("should increase cluster size if pods are pending due to pod anti-affinity [Feature:ClusterSizeAutoscalingAntiAffinityScaleUp]", func() {
It("should increase cluster size if pods are pending due to pod anti-affinity [Feature:ClusterSizeAutoscalingScaleUp]", func() {
pods := nodeCount
newPods := 2
labels := map[string]string{