Skip to content

Commit

Permalink
Merge pull request #20 from harcher81/master
Browse files Browse the repository at this point in the history
Fix JENKINS-18443
  • Loading branch information
gboissinot committed Apr 2, 2014
2 parents 68dda81 + fbb835f commit be6f3ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/jenkinsci/plugins/xunit/XUnitProcessor.java
Expand Up @@ -122,7 +122,6 @@ private boolean performTests(XUnitLog xUnitLog, AbstractBuild<?, ?> build, Build

if (ie instanceof SkipTestException) {
xUnitLog.infoConsoleLogger("Skipping the metric tool processing.");
findTest = false;
continue;
}

Expand All @@ -137,8 +136,6 @@ private boolean performTests(XUnitLog xUnitLog, AbstractBuild<?, ?> build, Build
throw new StopTestProcessingException();
}
}


}
return findTest;
}
Expand Down

0 comments on commit be6f3ec

Please sign in to comment.