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

Disabled flaky Initial Resources e2e test
This commit is contained in:
Marek Grabowski 2015-10-15 10:09:43 +02:00
commit b8aabbbf4f

View File

@ -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")