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)