mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #15655 from piosz/enable-ir-e2e
Disabled flaky Initial Resources e2e test
This commit is contained in:
commit
b8aabbbf4f
@ -29,7 +29,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() {
|
||||
// Cleanup data in InfluxDB that left from previous tests.
|
||||
influxdbClient, err := getInfluxdbClient(f.Client)
|
||||
expectNoError(err, "failed to create influxdb client")
|
||||
|
Loading…
Reference in New Issue
Block a user