Skip alpn positive test on Linux, due to active bug in coreclr.
authorLakshmi Priya Sekar <lasekar@microsoft.com>
Wed, 18 Oct 2017 18:07:47 +0000 (11:07 -0700)
committerLakshmi Priya Sekar <lasekar@microsoft.com>
Wed, 18 Oct 2017 18:08:16 +0000 (11:08 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/29a357f38463338ba72c5b4f1434ead4d9a55604

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

index 7e9aec4..bcf1016 100644 (file)
@@ -87,6 +87,7 @@ namespace System.Net.Security.Tests
         }
 
         [Theory]
+        [ActiveIssue(24722, TestPlatforms.Linux)]
         [MemberData(nameof(Alpn_TestData))]
         public void SslStream_StreamToStream_Alpn_Success(List<SslApplicationProtocol> clientProtocols, List<SslApplicationProtocol> serverProtocols, SslApplicationProtocol expected)
         {