From 53834e4852b615e65f46dff93e5745afe4f1db70 Mon Sep 17 00:00:00 2001 From: Radek Zikmund Date: Tue, 14 Apr 2026 11:36:46 +0200 Subject: [PATCH] Remove quic.tech from HTTP/3 interop test URIs The quic.tech:8443 server is consistently timing out from CI machines, causing 100% failure rate for Public_Interop_ExactVersion_Success, Public_Interop_Upgrade_Request2OrHigher_Success, and Public_Interop_Upgrade_Request3OrLower_Success across multiple platforms (7 builds in the last week). This follows the same pattern used to remove quic.nginx.org in PR #124743. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../tests/FunctionalTests/HttpClientHandlerTest.Http3.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs index 572b297b32dadc..1e415acb54e864 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs @@ -1930,7 +1930,6 @@ public static TheoryData InteropUris() => new TheoryData { { "https://www.litespeedtech.com/" }, // LiteSpeed - { "https://quic.tech:8443/" }, // Cloudflare { "https://quic.aiortc.org:443/" }, // aioquic { "https://h2o.examp1e.net/" } // h2o/quicly };