Commit 7d936fe4 authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #12785 from piosz/autoscaling_e2e

Actually enabled Autoscaling e2e test for Jenkins flaky job
parents 6478a98c 73815f56
......@@ -50,7 +50,7 @@ var _ = Describe("Autoscaling", func() {
cleanUpAutoscaler()
})
It("[Skipped] [Autoscaling] should scale cluster size based on cpu utilization", func() {
It("[Autoscaling] should scale cluster size based on cpu utilization", func() {
setUpAutoscaler("cpu/node_utilization", 0.7, nodeCount, nodeCount+1)
ConsumeCpu(f, "cpu-utilization", nodeCount*coresPerNode)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment