mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #20083 from piosz/disable-cluster-autoscaling-e2e
Disabled cluster size autoscaling e2e since they are flaky
This commit is contained in:
commit
6e15394171
@ -32,7 +32,7 @@ const (
|
||||
scaleDownTimeout = 30 * time.Minute
|
||||
)
|
||||
|
||||
var _ = Describe("Autoscaling [Feature:Autoscaling]", func() {
|
||||
var _ = Describe("Autoscaling [Skipped]", func() {
|
||||
f := NewFramework("autoscaling")
|
||||
var nodeCount int
|
||||
var coresPerNode int
|
||||
|
Loading…
Reference in New Issue
Block a user