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