From 9606102a0228f219af176ddfdc270a92c532eea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie=20P=C3=ADchov=C3=A1?= Date: Mon, 19 Jul 2021 13:45:11 +0200 Subject: [PATCH] disabled test --- .../tests/FunctionalTests/HttpClientHandlerTest.Http3.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs index fe784a9c8d0c96..80c97b15e6cde8 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs @@ -167,6 +167,7 @@ public async Task SendStreamLimitRequestsConcurrently_Succeeds(int streamLimit) [InlineData(10)] [InlineData(100)] [InlineData(1000)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/55901")] public async Task SendMoreThanStreamLimitRequestsConcurrently_LastWaits(int streamLimit) { // This combination leads to a hang manifesting in CI only. Disabling it until there's more time to investigate.