From abbd1ee4afbd2b3176a6e1570838f4be508118e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 13:08:18 +0000 Subject: [PATCH 1/2] Skip PlatformHandlerTest_Cookies_Http2 (refs #126867) Add [ActiveIssue] to disable PlatformHandlerTest_Cookies_Http2 tests which fail with WinHttpException Error 12030 (connection terminated abnormally) across NativeAOT and regular Windows builds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../tests/FunctionalTests/PlatformHandlerTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/PlatformHandlerTest.cs b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/PlatformHandlerTest.cs index c7d30a67c46225..35318dbdf063b1 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/PlatformHandlerTest.cs +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/PlatformHandlerTest.cs @@ -181,6 +181,7 @@ public PlatformHandler_HttpClientHandler_Authentication_Test(ITestOutputHelper o } #if NET + [ActiveIssue("https://github.com/dotnet/runtime/issues/126867")] [ConditionalClass(typeof(PlatformDetection), nameof(PlatformDetection.IsWindows10Version1607OrGreater))] public sealed class PlatformHandlerTest_Cookies_Http2 : HttpClientHandlerTest_Cookies { From a4127a790494d9d9eb0ce3c979d5f0de11dec537 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 May 2026 13:08:24 +0000 Subject: [PATCH 2/2] ci: trigger checks