Enable Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBlockOneConnection_...
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>
Tue, 29 Jun 2021 11:51:20 +0000 (13:51 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 11:51:20 +0000 (13:51 +0200)
Fixes #45204

src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs

index 7d00616..6b840ee 100644 (file)
@@ -2093,7 +2093,6 @@ namespace System.Net.Http.Functional.Tests
         }
 
         [ConditionalFact(nameof(SupportsAlpn))]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/45204")]
         public async Task Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBlockOneConnection_RemaningRequestsAreHandledByNewConnection()
         {
             const int MaxConcurrentStreams = 2;