Commit b8aabbbf authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #15655 from piosz/enable-ir-e2e

Disabled flaky Initial Resources e2e test
parents 6248cd71 e67be999
...@@ -29,7 +29,7 @@ import ( ...@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment