mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Merge pull request #12731 from piosz/autoscaling_e2e
Disabled Autoscaling e2e test
This commit is contained in:
@@ -50,7 +50,7 @@ var _ = Describe("Autoscaling", func() {
|
||||
cleanUpAutoscaler()
|
||||
})
|
||||
|
||||
It("[Autoscaling] should scale cluster size based on cpu utilization", func() {
|
||||
It("[Skipped] [Autoscaling] should scale cluster size based on cpu utilization", func() {
|
||||
setUpAutoscaler("cpu/node_utilization", 0.7, nodeCount, nodeCount+1)
|
||||
|
||||
ConsumeCpu(f, "cpu-utilization", nodeCount*coresPerNode)
|
||||
|
Reference in New Issue
Block a user