Merge pull request #137134 from adrianmoisey/try-fix-test

Mark HPA's configurable tolerance test as serial
This commit is contained in:
Kubernetes Prow Robot
2026-02-20 00:57:59 +05:30
committed by GitHub

View File

@@ -499,7 +499,7 @@ var _ = SIGDescribe(feature.HPA, "Horizontal pod autoscaling (non-default behavi
})
})
var _ = SIGDescribe(feature.HPA, framework.WithFeatureGate(features.HPAConfigurableTolerance),
var _ = SIGDescribe(feature.HPA, framework.WithSerial(), framework.WithFeatureGate(features.HPAConfigurableTolerance),
"Horizontal pod autoscaling (configurable tolerance)", func() {
f := framework.NewDefaultFramework("horizontal-pod-autoscaling")
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged