1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -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(
{
// FIXME(bartlomieju): this test is hanging on Windows, needs to be
// investigated and fixed
ignore: Deno.build.os === "windows",
permissions: { net: true },
},
{ permissions: { net: true } },
async function httpServerGetChunkedResponseWithKa() {
const promises = [deferred(), deferred()];
let reqCount = 0;