Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit c3d4d6a

Browse files
committed
test: Disabling test-inspector-esm
node-chakracore does not support esmodules at the moment, so the test will always fail.
1 parent d55cb6b commit c3d4d6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: test/parallel/parallel.status

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ test-stream-readable-async-iterators : SKIP
154154
# This test requires BufferList.name, which is not properly set due to Microsoft/ChakraCore#4635
155155
test-stream-buffer-list : SKIP
156156

157+
# This test requires esmodule support, which is pending in node-chakracore https://github.com/nodejs/node-chakracore/issues/391
158+
test-inspector-esm : SKIP
159+
157160
[$jsEngine==chakracore && $arch==x64]
158161
# These tests are failing for Node-Chakracore and should eventually be fixed
159162
test-buffer-includes : SKIP

0 commit comments

Comments
 (0)