From bf03eda80655a00dec2fb9ffddfbc28c0fb72a31 Mon Sep 17 00:00:00 2001 From: Anastasiya Date: Tue, 23 Jun 2026 17:25:19 +0300 Subject: [PATCH] chore(@ci): do not select benchmark tests on linux --- ci/Jenkinsfile.tests-e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index 9c16f0e4f2..a064876abf 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -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