Skip to content

Commit

Permalink
Comment out epilogue for now
Browse files Browse the repository at this point in the history
since it is causing issues in some cases
juhovh#72
  • Loading branch information
Eyal Zekaria committed Oct 10, 2017
1 parent ca75b70 commit 61aa7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jenkins.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 61aa7c7

Please sign in to comment.