From 38ee87941c69575f853bc94ef51bbd223b76b227 Mon Sep 17 00:00:00 2001 From: Ryan Shillington Date: Mon, 25 Jan 2021 14:16:17 -0500 Subject: [PATCH] Fix for TheBrainFamily/chimpy#113 --- src/lib/cucumberjs/hooks.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/cucumberjs/hooks.js b/src/lib/cucumberjs/hooks.js index e79fb2cd..bdd76365 100644 --- a/src/lib/cucumberjs/hooks.js +++ b/src/lib/cucumberjs/hooks.js @@ -107,8 +107,7 @@ module.exports = function hooks() { log.debug('[chimp][hooks] Forcibly exiting Cucumber'); process.send(JSON.stringify(reason)); - // Don't exit until the waitUntil uncaught promise bug is fixed in WebdriverIO - // exit(2); + exit(2); }); process.on('SIGINT', () => {