diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index 0db07124c..d49a782dc 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -29,7 +29,7 @@ def runTestCommand (platform, project) String sudo = auxiliary.sudo(platform.jenkinsLabel) def testCommand = "ctest --output-on-failure " - def testCommandExcludeRegex = /(rocprim.device_scan)/ + def testCommandExcludeRegex = '' def testCommandExclude = "--exclude-regex \"${testCommandExcludeRegex}\"" def hmmExcludeRegex = '' def hmmTestCommandExclude = "--exclude-regex \"${hmmExcludeRegex}\""