Skip to content

Commit

Permalink
Disable ClientDisableTlsResume_Succeeds on Windows (#103651)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzikm authored Jun 18, 2024
1 parent 2656730 commit 4cfce2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cfce2d

Please sign in to comment.