Commit e8920ebd authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

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.
parent 2d4757a8
...@@ -141,6 +141,7 @@ GKE_REQUIRED_SKIP_TESTS=( ...@@ -141,6 +141,7 @@ GKE_REQUIRED_SKIP_TESTS=(
# Specialized tests which should be skipped by default for GKE. # Specialized tests which should be skipped by default for GKE.
GKE_DEFAULT_SKIP_TESTS=( GKE_DEFAULT_SKIP_TESTS=(
"Autoscaling\sSuite"
# Perf test, slow by design # Perf test, slow by design
"resource\susage\stracking" "resource\susage\stracking"
"${GKE_REQUIRED_SKIP_TESTS[@]}" "${GKE_REQUIRED_SKIP_TESTS[@]}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment