Skip to content

Commit

Permalink
kubetest2 - update the skip regex for the upgrade scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jan 21, 2021
1 parent 6da7c2a commit bbfaaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/scenarios/upgrade/run-test
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ kubetest2 kops ${KUBETEST2_COMMON_ARGS} \
-- \
--test-package-version=v1.19.7 \
--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|Services.*functioning.*NodePort|Services.*rejected.*endpoints|Services.*affinity" \
--test-args="${TEST_ARGS}"


Expand Down

0 comments on commit bbfaaaa

Please sign in to comment.