summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tests/unit/fetch_test.ts10
1 files changed, 2 insertions, 8 deletions
diff --git a/cli/tests/unit/fetch_test.ts b/cli/tests/unit/fetch_test.ts
index 096ea5ab0..b3e097cae 100644
--- a/cli/tests/unit/fetch_test.ts
+++ b/cli/tests/unit/fetch_test.ts
@@ -1014,14 +1014,8 @@ Deno.test(
},
);
-// FIXME(bartlomieju): for reasons unknown after working for
-// a few months without a problem; this test started failing
-// consistently on Windows CI with following error:
-// TypeError: error sending request for url (http://localhost:4545/echo_server):
-// connection error: An established connection was aborted by
-// the software in your host machine. (os error 10053)
-Deno.test(
- { permissions: { net: true }, ignore: Deno.build.os == "windows" },
+Deno.test(
+ { permissions: { net: true } },
async function fetchNullBodyStatus() {
const nullBodyStatus = [101, 204, 205, 304];