From 3014499d20e465bfe1ca6b4435d09510caa25d7f Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Tue, 17 Feb 2026 20:11:13 +0200 Subject: [PATCH] Update HPA Configurable Tolerance e2e test feature This should be "HPA" --- test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go b/test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go index 5022ba4b535..e65c4c1d494 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go @@ -499,7 +499,7 @@ var _ = SIGDescribe(feature.HPA, "Horizontal pod autoscaling (non-default behavi }) }) -var _ = SIGDescribe(feature.HPAConfigurableTolerance, framework.WithFeatureGate(features.HPAConfigurableTolerance), +var _ = SIGDescribe(feature.HPA, framework.WithFeatureGate(features.HPAConfigurableTolerance), "Horizontal pod autoscaling (configurable tolerance)", func() { f := framework.NewDefaultFramework("horizontal-pod-autoscaling") f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged