disable unstable test (dotnet/corefx#42588)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Thu, 14 Nov 2019 00:54:26 +0000 (16:54 -0800)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 00:54:26 +0000 (16:54 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/5cee7c97d602f294e27c582d4dab81ec388f1d7b

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

index 46d6670..93f65d3 100644 (file)
@@ -44,6 +44,7 @@ namespace System.Net.Security.Tests
 
         [Theory]
         [MemberData(nameof(ProtocolMismatchData))]
+        [ActiveIssue(37899)]
         public async Task ServerAsyncAuthenticate_MismatchProtocols_Fails(
             SslProtocols serverProtocol,
             SslProtocols clientProtocol,