From 53ee314457d5981d1334f919b4e94b5890f8a3da Mon Sep 17 00:00:00 2001 From: Marcin Wielgus Date: Fri, 6 Nov 2015 11:00:58 +0100 Subject: [PATCH] Temporary disable autoscaling in gce-slow test suite --- hack/jenkins/e2e.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index e4a91d1bbf8..afbbdaeeddc 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -161,7 +161,8 @@ GCE_FLAKY_TESTS=( # comments below, and for poorly implemented tests, please quote the # issue number tracking speed improvements. GCE_SLOW_TESTS=( - "Autoscaling\sSuite" + # Temporary disable autoscaling suite due to heapster configuration issues. + #"Autoscaling\sSuite" # Before enabling this loadbalancer test in any other test list you must # make sure the associated project has enough quota. At the time of this # writing a GCE project is allowed 3 backend services by default. This