From 5b676b7334da87567d3143ad505a67e871aa1cad Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Fri, 14 Aug 2015 16:27:54 +0200 Subject: [PATCH] Disabled Autoscaling e2e test --- test/e2e/autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling.go b/test/e2e/autoscaling.go index 88ed3ac0bc4..67e2242223f 100644 --- a/test/e2e/autoscaling.go +++ b/test/e2e/autoscaling.go @@ -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)