diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Finalization.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Finalization.cs index ac1ba7ebee4ed7..a593fb066bc650 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Finalization.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Finalization.cs @@ -27,12 +27,6 @@ private static Task GetAndDropResponse(HttpClient client, Uri url) [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.SupportsAlpn))] public async Task IncompleteResponseStream_ResponseDropped_CancelsRequestToServer() { - if (UseVersion == HttpVersion30) - { - // [ActiveIssue("https://github.com/dotnet/runtime/issues/53089")] - return; - } - using (HttpClient client = CreateHttpClient()) { bool stopGCs = false;