diff options
-rw-r--r-- | cli/tests/unit/command_test.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/tests/unit/command_test.ts b/cli/tests/unit/command_test.ts index e49cdc46c..0b8aa934b 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() { |