Skip to content

Commit 1f06729

Browse files
authored
Revert "Reenable SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds (#11…" (dotnet#113730)
This reverts commit 230a4ce.
1 parent 81f2057 commit 1f06729

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)