mirror of https://github.com/kubernetes/kops.git
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:
commit
1885ccee17
|
|
@ -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}"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue