From 73815f56299a648c3bd464d05b4b4dc13c3473e4 Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Mon, 17 Aug 2015 12:30:20 +0200 Subject: [PATCH] Actually enabled Autoscaling e2e test for Jenkins flaky job --- 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 c33db5c0fb6..9b7f3b65e59 100644 --- a/test/e2e/autoscaling.go +++ b/test/e2e/autoscaling.go @@ -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)