ci: temp disable reruns to speed up testng

This commit is contained in:
Anastasiya 2025-02-07 12:01:08 +03:00
parent 3dce922856
commit 96fd0e6f8b
No known key found for this signature in database
GPG Key ID: 64F1975031D212A3

View File

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