diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index c0fb62154e4..4c030a41569 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[@]}"