summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tests/unit_node/child_process_test.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/unit_node/child_process_test.ts b/cli/tests/unit_node/child_process_test.ts
index c6e2e3ef2..a3bb6b888 100644
--- a/cli/tests/unit_node/child_process_test.ts
+++ b/cli/tests/unit_node/child_process_test.ts
@@ -507,6 +507,7 @@ Deno.test({
});
Deno.test({
+ ignore: true,
name: "[node/child_process] ChildProcess.unref()",
async fn() {
const script = path.join(
@@ -527,6 +528,7 @@ Deno.test({
});
Deno.test({
+ ignore: true,
name: "[node/child_process] child_process.fork",
async fn() {
const testdataDir = path.join(