Skip to content

Commit 4cfce2d

Browse files
authored
Disable ClientDisableTlsResume_Succeeds on Windows (#103651)
1 parent 2656730 commit 4cfce2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ private bool CheckResumeFlag(SslStream ssl)
3434
[ConditionalTheory]
3535
[InlineData(true)]
3636
[InlineData(false)]
37+
[ActiveIssue("https://github.com/dotnet/runtime/issues/103449", TestPlatforms.Windows)]
3738
public async Task ClientDisableTlsResume_Succeeds(bool testClient)
3839
{
3940
SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions

0 commit comments

Comments
 (0)