aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-async-wrap-promise-after-enabled.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-async-wrap-promise-after-enabled.js')
-rw-r--r--test/parallel/test-async-wrap-promise-after-enabled.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-async-wrap-promise-after-enabled.js b/test/parallel/test-async-wrap-promise-after-enabled.js
index 5df8f13c00..0d58cbd653 100644
--- a/test/parallel/test-async-wrap-promise-after-enabled.js
+++ b/test/parallel/test-async-wrap-promise-after-enabled.js
@@ -12,8 +12,6 @@ const async_hooks = require('async_hooks');
const seenEvents = [];
-common.crashOnUnhandledRejection();
-
const p = new Promise((resolve) => resolve(1));
p.then(() => seenEvents.push('then'));