Skip to content

Commit 989c31c

Browse files
committed
ci: temp disable reruns to speed up testng
1 parent d4cacc9 commit 989c31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile.tests-e2e

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ pipeline {
174174
]) {
175175
/* Keep the --reruns flag first, or it won't work */
176176
sh """
177-
python3 -m pytest -m "not keycard" -v --reruns=1 --timeout=240 ${flags.join(" ")} \
177+
python3 -m pytest -m "not keycard" -v --timeout=240 ${flags.join(" ")} \
178178
--disable-warnings \
179179
--alluredir=./allure-results \
180180
-o timeout_func_only=true

0 commit comments

Comments
 (0)