mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
11 lines
420 B
Diff
11 lines
420 B
Diff
--- 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");
|