diff --git a/test/utils/jenkins-reporter.js b/test/utils/jenkins-reporter.js index 64cc6a7e7..818e30bb6 100644 --- a/test/utils/jenkins-reporter.js +++ b/test/utils/jenkins-reporter.js @@ -193,7 +193,7 @@ function JenkinsReporter(runner) { stack[0][name] = (stack[0][name] || '') + chunk; } - orig.apply(obj, arguments); + // orig.apply(obj, arguments); }; obj.__restore = function () { this.write = orig;