Merge pull request #17664 from jlowdermilk/gke-skip-tests

Re-add Autoscaling Suite to GKE default skip list
This commit is contained in:
Jeff Lowdermilk 2015-11-23 09:43:38 -08:00
commit addb77fb30

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