aboutsummaryrefslogtreecommitdiff
path: root/test/async-hooks/test-promise.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/async-hooks/test-promise.js')
-rw-r--r--test/async-hooks/test-promise.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/async-hooks/test-promise.js b/test/async-hooks/test-promise.js
index d3070b7cbd..729704b792 100644
--- a/test/async-hooks/test-promise.js
+++ b/test/async-hooks/test-promise.js
@@ -9,8 +9,6 @@ const { checkInvocations } = require('./hook-checks');
if (!common.isMainThread)
common.skip('Worker bootstrapping works differently -> different async IDs');
-common.crashOnUnhandledRejection();
-
const hooks = initHooks();
hooks.enable();