mirror of https://github.com/kubernetes/kops.git
Ignore failing tests in upgrade scenario
These are being skipped in certain k8s versions. Until we can dynamically determine which tests to skip based on k8s version (like build_jobs.py generates) we can just skip these two tests for all k8s versions.
This commit is contained in:
parent
9a0e90e1ed
commit
c6bdce3b98
|
|
@ -81,4 +81,4 @@ ${KUBETEST2} \
|
|||
-- \
|
||||
--test-package-version="${K8S_VERSION_B}" \
|
||||
--parallel 25 \
|
||||
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler|TCP.CLOSE_WAIT|Projected.configMap.optional.updates"
|
||||
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler|TCP.CLOSE_WAIT|Projected.configMap.optional.updates|Invalid.AWS.KMS.key|Volume.limits.should.verify.that.all.nodes.have.volume.limits"
|
||||
|
|
|
|||
Loading…
Reference in New Issue