diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index c893f9fd8e..14c644b026 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -27,7 +27,7 @@ def runTestCommand (platform, project) def command = """#!/usr/bin/env bash set -x cd ${project.paths.project_build_prefix} - python3 -m pytest -k "not MPI" --verbose --junitxml=./testreport.xml + python3 -m pytest -k "not MPI and not host and not fine" --verbose --junitxml=./testreport.xml """ platform.runCommand(this, command)