From 61aa7c77f577d96bb23be3f3825866c311b494a6 Mon Sep 17 00:00:00 2001 From: Eyal Zekaria Date: Tue, 10 Oct 2017 11:59:21 +0200 Subject: [PATCH] Comment out `epilogue` for now since it is causing issues in some cases https://github.com/juhovh/mocha-jenkins-reporter/issues/72 --- lib/jenkins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jenkins.js b/lib/jenkins.js index 5b91a88..ca5ff72 100644 --- a/lib/jenkins.js +++ b/lib/jenkins.js @@ -309,7 +309,7 @@ function Jenkins(runner, options) { fs.closeSync(fd); fd = null; } - self.epilogue.call(self); + // self.epilogue.call(self); }); runner.on('suite', function (suite) {