From df614ff6e5cc0b3d48534fb20a348412bebea576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 22 Mar 2023 19:39:13 +0100 Subject: [PATCH] test: ignore flaky node:child_process tests (#18360) --- cli/tests/unit_node/child_process_test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/tests/unit_node/child_process_test.ts b/cli/tests/unit_node/child_process_test.ts index c6e2e3ef25..a3bb6b888a 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(