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