From 537da195dd3e73d19a630c90dd2c3a540d82e77d Mon Sep 17 00:00:00 2001 From: Benjamin Gruenbaum Date: Sun, 6 Dec 2020 23:45:17 +0200 Subject: [PATCH] test: fix bootstrap test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/36418 Reviewed-By: Gireesh Punathil Reviewed-By: Yongsheng Zhang Reviewed-By: Michaƫl Zasso --- 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 2c14e1ac319883..a6f2c15c19699e 100644 --- a/test/parallel/test-bootstrap-modules.js +++ b/test/parallel/test-bootstrap-modules.js @@ -114,7 +114,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',