aboutsummaryrefslogtreecommitdiff
path: root/test/addons-napi/test_threadsafe_function/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/addons-napi/test_threadsafe_function/test.js')
-rw-r--r--test/addons-napi/test_threadsafe_function/test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/addons-napi/test_threadsafe_function/test.js b/test/addons-napi/test_threadsafe_function/test.js
index 8d8a6d9d8c..d998853559 100644
--- a/test/addons-napi/test_threadsafe_function/test.js
+++ b/test/addons-napi/test_threadsafe_function/test.js
@@ -12,8 +12,6 @@ const expectedArray = (function(arrayLength) {
return result;
})(binding.ARRAY_LENGTH);
-common.crashOnUnhandledRejection();
-
// Handle the rapid teardown test case as the child process. We unref the
// thread-safe function after we have received two values. This causes the
// process to exit and the environment cleanup handler to be invoked.