diff options
author | ayame113 <40050810+ayame113@users.noreply.github.com> | 2022-09-29 14:04:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 10:34:26 +0530 |
commit | 691e36ac501a4b83447c13d18dac34fd12d80947 (patch) | |
tree | 18c53a0a18a0004442a7f01260757d7ffc49a4c2 /cli/tests/unit/flash_test.ts | |
parent | d8827514ffef04c2e1732f7033ff6a374dd94d54 (diff) |
chore(ext/flash): Enabling disabled windows tests (#16081)
Diffstat (limited to 'cli/tests/unit/flash_test.ts')
-rw-r--r-- | cli/tests/unit/flash_test.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cli/tests/unit/flash_test.ts b/cli/tests/unit/flash_test.ts index a2011a076..48310296e 100644 --- a/cli/tests/unit/flash_test.ts +++ b/cli/tests/unit/flash_test.ts @@ -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; |