mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
chore(@ci): do not select benchmark tests on linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user