1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/deno/tests-ignore-flaky.patch
2024-11-24 01:47:52 +01:00

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");