Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsS...
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>
Wed, 14 Jul 2021 00:10:52 +0000 (02:10 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 00:10:52 +0000 (20:10 -0400)
* Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled

* Update SocketsHttpHandlerTest.cs

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

index b326c8bbb02146b0dcaf97cd5ab417c63435a303..1e364ea9665100cfd07687855739c677225f7c44 100644 (file)
@@ -2078,7 +2078,6 @@ namespace System.Net.Http.Functional.Tests
         public SocketsHttpHandlerTest_Http2(ITestOutputHelper output) : base(output) { }
 
         [ConditionalFact(nameof(SupportsAlpn))]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/41078")]
         public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled()
         {
             const int MaxConcurrentStreams = 2;