From 1848209a6338b4c42309926cfad0f3f2dbb0b24c Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 19 Apr 2024 12:32:37 +0100 Subject: [PATCH] run only midi tests --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 00320dc7..c5ecc0ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,8 @@ pipeline { dir("${REPO}/tests"){ viewEnv(){ withVenv{ - runPytest('--numprocesses=4') + // runPytest('--numprocesses=4') + runPytest('-k "midi" -s') } } }