kubetest2 - update the skip regex for the upgrade scenario

This commit is contained in:
Peter Rifel 2021-01-21 06:13:07 -06:00
parent 6da7c2ac33
commit 127d3bb712
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ kubetest2 kops ${KUBETEST2_COMMON_ARGS} \
-- \ -- \
--test-package-version=v1.19.7 \ --test-package-version=v1.19.7 \
--parallel 25 \ --parallel 25 \
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort" \ --skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler" \
--test-args="${TEST_ARGS}" --test-args="${TEST_ARGS}"