From e8920ebdd4df36a9b924feee957b461484265c66 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Mon, 23 Nov 2015 09:25:41 -0800 Subject: [PATCH] Re-add Autoscaling Suite to GKE default skip list We don't want to run this on every GKE test job, just the continuous build. --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index c0fb62154e..4c030a4156 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -141,6 +141,7 @@ GKE_REQUIRED_SKIP_TESTS=( # Specialized tests which should be skipped by default for GKE. GKE_DEFAULT_SKIP_TESTS=( + "Autoscaling\sSuite" # Perf test, slow by design "resource\susage\stracking" "${GKE_REQUIRED_SKIP_TESTS[@]}"