diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs b/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs index 34cb3b50901d12..54031f0224d717 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs @@ -34,6 +34,7 @@ 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