diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index 4213882f6dc..f62f3757c25 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -46,7 +46,7 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu }) SIGDescribe("[Serial] [Slow] ReplicaSet", func() { - // CPU tests via deployments + // CPU tests via ReplicaSets It(titleUp, func() { scaleUp("rs", common.KindReplicaSet, false, rc, f) })