From 0499108c3fe3aa5f43ade3f1063ef643104d5170 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Mon, 30 May 2016 12:39:05 +0200 Subject: [PATCH] Add [HPA] tag to HPA tests --- 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 dace16116bc..37e0f55a661 100644 --- a/test/e2e/horizontal_pod_autoscaling.go +++ b/test/e2e/horizontal_pod_autoscaling.go @@ -35,7 +35,7 @@ const ( // These tests don't seem to be running properly in parallel: issue: #20338. // -var _ = framework.KubeDescribe("Horizontal pod autoscaling (scale resource: CPU)", func() { +var _ = framework.KubeDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", func() { var rc *ResourceConsumer f := framework.NewDefaultFramework("horizontal-pod-autoscaling")