From a2f2f633afef39e880a7e817ade6cde7c6c4e202 Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Fri, 29 Jan 2016 11:05:58 -0800 Subject: [PATCH] Move HPA tests to [Serial] until #20338 is resolved --- test/e2e/horizontal_pod_autoscaling.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/e2e/horizontal_pod_autoscaling.go b/test/e2e/horizontal_pod_autoscaling.go index 09d8467f783..a64bb638700 100644 --- a/test/e2e/horizontal_pod_autoscaling.go +++ b/test/e2e/horizontal_pod_autoscaling.go @@ -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")