Commit 5b676b73 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Disabled Autoscaling e2e test

parent 27599b91
......@@ -50,7 +50,7 @@ var _ = Describe("Autoscaling", func() {
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)
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