From fa2cb57d0f4c0ff017bd17a7f8d577e71cd17088 Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Tue, 24 Nov 2015 10:02:26 +0100 Subject: [PATCH] Re-enabled HPA e2e in autoscaling suite --- test/e2e/horizontal_pod_autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/horizontal_pod_autoscaling.go b/test/e2e/horizontal_pod_autoscaling.go index fa97adc1781..3205ae6b843 100644 --- a/test/e2e/horizontal_pod_autoscaling.go +++ b/test/e2e/horizontal_pod_autoscaling.go @@ -49,7 +49,7 @@ var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Skipped]", f }) }) - Describe("ReplicationController", func() { + Describe("[Autoscaling] ReplicationController", func() { // CPU tests via replication controllers It(titleUp, func() { scaleUp("rc", kindRC, rc, f)