mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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() {
|
var _ = Describe("Initial Resources", func() {
|
||||||
f := NewFramework("initial-resources")
|
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.
|
// Cleanup data in InfluxDB that left from previous tests.
|
||||||
influxdbClient, err := getInfluxdbClient(f.Client)
|
influxdbClient, err := getInfluxdbClient(f.Client)
|
||||||
expectNoError(err, "failed to create influxdb client")
|
expectNoError(err, "failed to create influxdb client")
|
||||||
|
Loading…
Reference in New Issue
Block a user