Disabled flaky Initial Resources e2e test

This commit is contained in:
Piotr Szczesniak 2015-10-14 20:47:07 +02:00
parent b9c7cf43b2
commit e67be99995

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