From ba0655baadba500fbe95d2908241adbe7f16b511 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:13:18 +0000 Subject: [PATCH 1/2] Initial plan From 051bb61903197146c0b67162c1d19a9daab220a9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:39:34 +0000 Subject: [PATCH 2/2] Re-enable SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds test Co-authored-by: rzikm <32671551+rzikm@users.noreply.github.com> --- .../tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs b/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs index 54031f0224d717..34cb3b50901d12 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs @@ -34,7 +34,6 @@ private bool CheckResumeFlag(SslStream ssl) [ConditionalTheory] [InlineData(true)] [InlineData(false)] - [ActiveIssue("https://github.com/dotnet/runtime/issues/103449", TestPlatforms.Windows)] public async Task ClientDisableTlsResume_Succeeds(bool testClient) { SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions