summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/unit/flash_test.ts7
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;