mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #20339 from ihmccreery/hpa-serial
Move HPA tests to [Serial] until #20338 is resolved
This commit is contained in:
commit
7d2f2f4b89
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user