diff --git a/lib/runnable.js b/lib/runnable.js index 026ab06b40..d590df9cfa 100644 --- a/lib/runnable.js +++ b/lib/runnable.js @@ -347,7 +347,7 @@ Runnable.prototype.run = function(fn) { // halt execution. the Runnable will be marked pending // by the previous call, and the uncaught handler will ignore // the failure. - throw new Pending('async skip; aborting execution'); + // throw new Pending('async skip; aborting execution'); }; if (this.allowUncaught) {