Disable SetDelegate_ConnectionSucceeds on Linux (dotnet/corefx#26773)
authorStephen Toub <stoub@microsoft.com>
Fri, 2 Feb 2018 01:58:20 +0000 (20:58 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2018 01:58:20 +0000 (20:58 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/166f2bacd530d658fa889731e5989b89f2aedee4

src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.AcceptAllCerts.cs

index ab8429e..f1e78f5 100644 (file)
@@ -24,6 +24,7 @@ namespace System.Net.Http.Functional.Tests
             Assert.True(HttpClientHandler.DangerousAcceptAnyServerCertificateValidator(null, null, null, SslPolicyErrors.None));
         }
 
+        [ActiveIssue(25676, TestPlatforms.Linux)]
         [Theory]
         [InlineData(SslProtocols.Tls, false)] // try various protocols to ensure we correctly set versions even when accepting all certs
         [InlineData(SslProtocols.Tls, true)]