From 5c7dc904fb78cbf2d9e4707a9172a9291a55f8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 22 Nov 2022 02:16:24 +0100 Subject: [PATCH] test: disable commandChildUnref flaky test (#16752) --- cli/tests/unit/command_test.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/tests/unit/command_test.ts b/cli/tests/unit/command_test.ts index e49cdc46c3..0b8aa934b1 100644 --- a/cli/tests/unit/command_test.ts +++ b/cli/tests/unit/command_test.ts @@ -724,10 +724,9 @@ Deno.test(function spawnSyncStdinPipedFails() { }); Deno.test( - // TODO(bartlomieju): this test became flaky on Windows CI - // raising "PermissionDenied" instead of "NotFound". + // FIXME(bartlomieju): this test is very flaky on CI, fix it { - ignore: Deno.build.os === "windows", + ignore: true, permissions: { write: true, run: true, read: true }, }, async function commandChildUnref() {