aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/child_process/child_process-node.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/node/child_process/child_process-node.test.js')
-rw-r--r--test/js/node/child_process/child_process-node.test.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/js/node/child_process/child_process-node.test.js b/test/js/node/child_process/child_process-node.test.js
index 34f6fdc83..ce1e68e9f 100644
--- a/test/js/node/child_process/child_process-node.test.js
+++ b/test/js/node/child_process/child_process-node.test.js
@@ -609,7 +609,8 @@ describe("fork", () => {
}),
);
});
- it("Test aborting a cp before close but after exit", done => {
+ // This event doesn't run
+ it.todo("Test aborting a cp before close but after exit", done => {
const { mustCall, mustNotCall } = createCallCheckCtx(done);
const ac = new AbortController();
const { signal } = ac;