Merge pull request #20083 from piosz/disable-cluster-autoscaling-e2e

Disabled cluster size autoscaling e2e since they are flaky
pull/6/head
Piotr Szczesniak 2016-01-25 11:38:16 +01:00
commit 6e15394171
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