Move HPA tests to [Serial] until #20338 is resolved

parent eb2c2d1a
...@@ -31,8 +31,10 @@ const ( ...@@ -31,8 +31,10 @@ const (
subresource = "scale" subresource = "scale"
) )
// These tests don't seem to be running properly in parallel: issue: #20338.
//
// These tests take ~20 minutes each. // These tests take ~20 minutes each.
var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Slow]", func() { var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Serial] [Slow]", func() {
var rc *ResourceConsumer var rc *ResourceConsumer
f := NewFramework("horizontal-pod-autoscaling") f := NewFramework("horizontal-pod-autoscaling")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment