Disabled cluster size autoscaling e2e since they are flaky

pull/6/head
Piotr Szczesniak 2016-01-25 10:34:10 +01:00
parent 5abfb43b64
commit 23b9ca221d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const (
scaleDownTimeout = 30 * time.Minute
)
var _ = Describe("Autoscaling [Feature:Autoscaling]", func() {
var _ = Describe("Autoscaling [Skipped]", func() {
f := NewFramework("autoscaling")
var nodeCount int
var coresPerNode int