diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index f244177a46f..e20d764c55d 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -28,7 +28,7 @@ import ( // These tests don't seem to be running properly in parallel: issue: #20338. // -var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", func() { +var _ = SIGDescribe("[Feature:HPA] Horizontal pod autoscaling (scale resource: CPU)", func() { var rc *common.ResourceConsumer f := framework.NewDefaultFramework("horizontal-pod-autoscaling")