chore(@ci): do not select benchmark tests on linux

This commit is contained in:
Anastasiya
2026-06-24 17:29:34 +03:00
committed by Anastasiya
parent 34bda1beca
commit bf03eda806
+1 -1
View File
@@ -223,7 +223,7 @@ pipeline {
string(credentialsId: 'wallet-test-user-seed', variable: 'WALLET_TEST_USER_SEED')
]) {
sh """
python3 -m pytest -m "not keycard" -v --reruns=1 --timeout=300 ${flags.join(" ")} \
python3 -m pytest -m "not keycard and not benchmark" -v --reruns=1 --timeout=300 ${flags.join(" ")} \
--disable-warnings \
--alluredir=./allure-results \
-o timeout_func_only=true