1
0
Fork 0
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:
Bartek Iwańczuk 2022-11-22 02:16:24 +01:00
parent 53e34a3ce1
commit 82a6b1c5dc
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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() {