Fix typo in e2e test name.

pull/6/head
Krzysztof Jastrzebski 2017-11-13 10:06:35 +01:00
parent fe5b8fac86
commit ee5e6d85de
1 changed files with 1 additions and 1 deletions

View File

@ -910,7 +910,7 @@ var _ = SIGDescribe("Cluster size autoscaling [Slow]", func() {
func(size int) bool { return size == nodeCount }, scaleDownTimeout))
})
It("shouldn't scale down when non expendable pod is running [Feature:ClusterSizeAutoscalingScalePriority]", func() {
It("shouldn't scale down when non expendable pod is running [Feature:ClusterSizeAutoscalingScaleDown]", func() {
defer createPriorityClasses(f)()
increasedSize := manuallyIncreaseClusterSize(f, originalSizes)
// Create increasedSize pods allocating 0.7 allocatable on present nodes - one pod per node.