Commit addb77fb authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

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

Re-add Autoscaling Suite to GKE default skip list
parents e695d689 e8920ebd
...@@ -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