diff --git a/projects/rccl-tests/.jenkins/common.groovy b/projects/rccl-tests/.jenkins/common.groovy index b0846f62ab..c709f06566 100644 --- a/projects/rccl-tests/.jenkins/common.groovy +++ b/projects/rccl-tests/.jenkins/common.groovy @@ -38,7 +38,6 @@ def runTestCommand (platform, project) """ platform.runCommand(this, command) - junit "${project.paths.project_build_prefix}/*.xml" } return this