Disabled Autoscaling e2e test

This commit is contained in:
Piotr Szczesniak 2015-08-14 16:27:54 +02:00
parent 27599b9164
commit 5b676b7334

View File

@ -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)