Merge pull request #10713 from rifelpet/kubetest2

Update the skipped tests in the upgrade job to help the test stage pass
This commit is contained in:
Kubernetes Prow Robot 2021-02-02 21:26:28 -08:00 committed by GitHub
commit 1885ccee17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ kubetest2 kops ${KUBETEST2_COMMON_ARGS} \
-- \
--test-package-version=v1.18.15 \
--parallel 25 \
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler" \
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler|TCP.CLOSE_WAIT|Projected.configMap.optional.updates" \
--test-args="${TEST_ARGS}"