--- a/tests/unit_node/http2_test.ts +++ b/tests/unit_node/http2_test.ts @@ -145,7 +145,7 @@ Deno.test("[node/http2.createServer()]", { // TODO(satyarohith): enable the test on windows. - ignore: Deno.build.os === "windows", + ignore: true, // XXX-Patched: this test is flaky, always ignore }, async () => { const server = http2.createServer((_req, res) => { res.setHeader("Content-Type", "text/html");