mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Disabled flaky Initial Resources e2e test
This commit is contained in:
parent
b9c7cf43b2
commit
e67be99995
@ -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