From 691e36ac501a4b83447c13d18dac34fd12d80947 Mon Sep 17 00:00:00 2001 From: ayame113 <40050810+ayame113@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:04:26 +0900 Subject: chore(ext/flash): Enabling disabled windows tests (#16081) --- cli/tests/unit/flash_test.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cli/tests/unit') 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; -- cgit v1.2.3