mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Disabled cluster size autoscaling e2e since they are flaky
This commit is contained in:
parent
5abfb43b64
commit
23b9ca221d
@ -32,7 +32,7 @@ const (
|
|||||||
scaleDownTimeout = 30 * time.Minute
|
scaleDownTimeout = 30 * time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("Autoscaling [Feature:Autoscaling]", func() {
|
var _ = Describe("Autoscaling [Skipped]", func() {
|
||||||
f := NewFramework("autoscaling")
|
f := NewFramework("autoscaling")
|
||||||
var nodeCount int
|
var nodeCount int
|
||||||
var coresPerNode int
|
var coresPerNode int
|
||||||
|
Loading…
Reference in New Issue
Block a user