From 16359b229af9e7e0ed0d19eeca07c2e8ebb82c8a Mon Sep 17 00:00:00 2001 From: Karel Zikmund Date: Tue, 20 Jul 2021 03:44:54 +0200 Subject: [PATCH] Disable ConnectTimeout_PlaintextStreamFilterTimesOut_Throws (#55932) Disable test ConnectTimeout_PlaintextStreamFilterTimesOut_Throws Disabled test tracked by #55931 --- .../tests/FunctionalTests/SocketsHttpHandlerTest.Cancellation.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.Cancellation.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.Cancellation.cs index 3f7f506aaf355..e6fb25a24171e 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.Cancellation.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.Cancellation.cs @@ -80,6 +80,7 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri => [OuterLoop] [Theory] + [ActiveIssue("https://github.com/dotnet/runtime/issues/55931")] [InlineData(true)] [InlineData(false)] public async Task ConnectTimeout_PlaintextStreamFilterTimesOut_Throws(bool useSsl)