Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>2021-07-13 22:10:16 +0300
committerGitHub <noreply@github.com>2021-07-13 22:10:16 +0300
commit4d52a53df1ef9f07f5f0122f477af13888bdd60c (patch)
tree099df6accbd306ca8ab4cd7a28088709fa53d3ce /src
parentffed50cdf9e417f8d4e7148580c7812601bafb40 (diff)
Disable Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBlockOneConnection_RemaningRequestsAreHandledByNewConnection (#55593)
Diffstat (limited to 'src')
-rw-r--r--src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
index d8b7ec4e712..b326c8bbb02 100644
--- a/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
+++ b/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
@@ -2119,6 +2119,7 @@ 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;