Disabled cluster size autoscaling e2e since they are flaky

This commit is contained in:
Piotr Szczesniak 2016-01-25 10:34:10 +01:00
parent 5abfb43b64
commit 23b9ca221d

View File

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