Disable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequests...
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>
Wed, 14 Jul 2021 14:05:27 +0000 (16:05 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 14:05:27 +0000 (16:05 +0200)
Reverts #55572. The test is still failing.

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

index 1e364ea9665100cfd07687855739c677225f7c44..b326c8bbb02146b0dcaf97cd5ab417c63435a303 100644 (file)
@@ -2078,6 +2078,7 @@ 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;