From 130641d6fd3906ce5b4c3c7cb68e6a889bb266c3 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Sat, 21 Feb 2026 12:13:49 +0200 Subject: [PATCH] Remove WithSerial This test is very slow (15 minutes). This is testing if it can be run in parallel --- 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 8645ffc9379..b1461c6bad9 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.HPA, framework.WithSerial(), framework.WithSlow(), framework.WithFeatureGate(features.HPAConfigurableTolerance), +var _ = SIGDescribe(feature.HPA, framework.WithSlow(), framework.WithFeatureGate(features.HPAConfigurableTolerance), "Horizontal pod autoscaling (configurable tolerance)", func() { f := framework.NewDefaultFramework("horizontal-pod-autoscaling") f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged