mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #16912 from mwielgus/disable_autoscaling_tests
Temporary disable autoscaling in gce-slow test suite
This commit is contained in:
commit
ff796147f6
@ -161,7 +161,8 @@ GCE_FLAKY_TESTS=(
|
|||||||
# comments below, and for poorly implemented tests, please quote the
|
# comments below, and for poorly implemented tests, please quote the
|
||||||
# issue number tracking speed improvements.
|
# issue number tracking speed improvements.
|
||||||
GCE_SLOW_TESTS=(
|
GCE_SLOW_TESTS=(
|
||||||
"Autoscaling\sSuite"
|
# Temporary disable autoscaling suite due to heapster configuration issues.
|
||||||
|
#"Autoscaling\sSuite"
|
||||||
# Before enabling this loadbalancer test in any other test list you must
|
# Before enabling this loadbalancer test in any other test list you must
|
||||||
# make sure the associated project has enough quota. At the time of this
|
# make sure the associated project has enough quota. At the time of this
|
||||||
# writing a GCE project is allowed 3 backend services by default. This
|
# writing a GCE project is allowed 3 backend services by default. This
|
||||||
|
Loading…
Reference in New Issue
Block a user