aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-async-hooks-promise-triggerid.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-async-hooks-promise-triggerid.js')
-rw-r--r--test/parallel/test-async-hooks-promise-triggerid.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-async-hooks-promise-triggerid.js b/test/parallel/test-async-hooks-promise-triggerid.js
index 507a8a4ada..467fddd359 100644
--- a/test/parallel/test-async-hooks-promise-triggerid.js
+++ b/test/parallel/test-async-hooks-promise-triggerid.js
@@ -6,8 +6,6 @@ const async_hooks = require('async_hooks');
if (!common.isMainThread)
common.skip('Worker bootstrapping works differently -> different async IDs');
-common.crashOnUnhandledRejection();
-
const promiseAsyncIds = [];
async_hooks.createHook({