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