diff --git a/ci/tests/Jenkinsfile.e2e-prs b/ci/tests/Jenkinsfile.e2e-prs index 63ce867b9c..b931a00450 100644 --- a/ci/tests/Jenkinsfile.e2e-prs +++ b/ci/tests/Jenkinsfile.e2e-prs @@ -11,7 +11,7 @@ pipeline { string( name: 'TEST_MARKERS', description: 'Marker expression for matching tests to run.', - defaultValue: '', + defaultValue: 'critical or high', ) string( name: 'APK_NAME',