We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e36e8 commit 8a6fa30Copy full SHA for 8a6fa30
src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
@@ -2078,6 +2078,7 @@ public sealed class SocketsHttpHandlerTest_Http2 : HttpClientHandlerTest_Http2
2078
public SocketsHttpHandlerTest_Http2(ITestOutputHelper output) : base(output) { }
2079
2080
[ConditionalFact(nameof(SupportsAlpn))]
2081
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/41078")]
2082
public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled()
2083
{
2084
const int MaxConcurrentStreams = 2;
0 commit comments