We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cacc9 commit 989c31cCopy full SHA for 989c31c
ci/Jenkinsfile.tests-e2e
@@ -174,7 +174,7 @@ pipeline {
174
]) {
175
/* Keep the --reruns flag first, or it won't work */
176
sh """
177
- python3 -m pytest -m "not keycard" -v --reruns=1 --timeout=240 ${flags.join(" ")} \
+ python3 -m pytest -m "not keycard" -v --timeout=240 ${flags.join(" ")} \
178
--disable-warnings \
179
--alluredir=./allure-results \
180
-o timeout_func_only=true
0 commit comments