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 3b8c4138988d83..572b297b32dadc 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs @@ -1943,7 +1943,6 @@ public static TheoryData InteropUrisWithContent() => new TheoryData { { "https://cloudflare-quic.com/" }, // Cloudflare with content - { "https://quic.nginx.org/" }, // Nginx with content }; }