From d0c99b1902ba5685fbd8f6431ead2c68d7c37354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 25 Apr 2021 07:14:33 +0200 Subject: [PATCH] fixup! child_process: add AbortSignal support --- test/parallel/test-bootstrap-modules.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js index 3c920a5ab3edb3..c751e41dcca6da 100644 --- a/test/parallel/test-bootstrap-modules.js +++ b/test/parallel/test-bootstrap-modules.js @@ -96,7 +96,6 @@ if (!common.isMainThread) { 'Internal Binding performance', 'Internal Binding symbols', 'Internal Binding worker', - 'NativeModule internal/streams/add-abort-signal', 'NativeModule internal/streams/duplex', 'NativeModule internal/streams/passthrough', 'NativeModule internal/streams/readable',