Commit ec309e94 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #12731 from piosz/autoscaling_e2e

Disabled Autoscaling e2e test
parents b29311ba 5b676b73
...@@ -50,7 +50,7 @@ var _ = Describe("Autoscaling", func() { ...@@ -50,7 +50,7 @@ var _ = Describe("Autoscaling", func() {
cleanUpAutoscaler() cleanUpAutoscaler()
}) })
It("[Autoscaling] should scale cluster size based on cpu utilization", func() { It("[Skipped] [Autoscaling] should scale cluster size based on cpu utilization", func() {
setUpAutoscaler("cpu/node_utilization", 0.7, nodeCount, nodeCount+1) setUpAutoscaler("cpu/node_utilization", 0.7, nodeCount, nodeCount+1)
ConsumeCpu(f, "cpu-utilization", nodeCount*coresPerNode) 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