mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #15485 from piosz/enable-ir-e2e
Disabled Initial Resources e2e
This commit is contained in:
commit
180eb70100
@ -28,7 +28,7 @@ import (
|
||||
var _ = Describe("Initial Resources", func() {
|
||||
f := NewFramework("initial-resources")
|
||||
|
||||
It("[Skipped][Autoscaling Suite] should set initial resources based on historical data", func() {
|
||||
It("[Skipped] should set initial resources based on historical data", func() {
|
||||
cpu := 100
|
||||
mem := 200
|
||||
for i := 0; i < 10; i++ {
|
||||
|
Loading…
Reference in New Issue
Block a user