Merge pull request #20339 from ihmccreery/hpa-serial

Move HPA tests to [Serial] until #20338 is resolved
pull/6/head
Fabio Yeon 2016-01-29 11:09:02 -08:00
commit 7d2f2f4b89
1 changed files with 3 additions and 1 deletions

View File

@ -31,8 +31,10 @@ const (
subresource = "scale"
)
// These tests don't seem to be running properly in parallel: issue: #20338.
//
// These tests take ~20 minutes each.
var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Slow]", func() {
var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Serial] [Slow]", func() {
var rc *ResourceConsumer
f := NewFramework("horizontal-pod-autoscaling")