1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

chore(ext/flash): Enabling disabled windows tests (#16081)

This commit is contained in:
ayame113 2022-09-29 14:04:26 +09:00 committed by GitHub
parent d8827514ff
commit 691e36ac50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1429,12 +1429,7 @@ createServerLengthTest("autoResponseWithKnownLengthEmpty", {
// }); // });
Deno.test( Deno.test(
{ { permissions: { net: true } },
// FIXME(bartlomieju): this test is hanging on Windows, needs to be
// investigated and fixed
ignore: Deno.build.os === "windows",
permissions: { net: true },
},
async function httpServerGetChunkedResponseWithKa() { async function httpServerGetChunkedResponseWithKa() {
const promises = [deferred(), deferred()]; const promises = [deferred(), deferred()];
let reqCount = 0; let reqCount = 0;