Skip to content

Commit 8a6fa30

Browse files
authored
Revert "Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled (#55572)"
This reverts commit 3e8ef85.
1 parent 21e36e8 commit 8a6fa30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,6 +2078,7 @@ public sealed class SocketsHttpHandlerTest_Http2 : HttpClientHandlerTest_Http2
20782078
public SocketsHttpHandlerTest_Http2(ITestOutputHelper output) : base(output) { }
20792079

20802080
[ConditionalFact(nameof(SupportsAlpn))]
2081+
[ActiveIssue("https://github.com/dotnet/runtime/issues/41078")]
20812082
public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled()
20822083
{
20832084
const int MaxConcurrentStreams = 2;

0 commit comments

Comments
 (0)