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.
pull/6/head
Jeff Lowdermilk 2015-11-23 09:25:41 -08:00
parent 2d4757a8df
commit e8920ebdd4
1 changed files with 1 additions and 0 deletions

View File

@ -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[@]}"