mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
test: disable commandChildUnref flaky test (#16752)
This commit is contained in:
parent
53e34a3ce1
commit
82a6b1c5dc
1 changed files with 2 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue