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:
parent
d8827514ff
commit
691e36ac50
1 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue