Commit e67be999 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Disabled flaky Initial Resources e2e test

parent b9c7cf43
...@@ -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