Disable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds (dotnet/corefx...
authorDavid Shulman <david.shulman@microsoft.com>
Sat, 14 Sep 2019 15:50:30 +0000 (08:50 -0700)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2019 15:50:30 +0000 (08:50 -0700)
The remote server "revoked.badssl.com" has a certificate which is not only revoked but also
now untrusted since it has expired.

Disabling test for now

Contributes to dotnet/corefx#41108

Commit migrated from https://github.com/dotnet/corefx/commit/8350134a21960df364517c9c766937ae47bf76c5

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

index 26fbfbc..db7e251 100644 (file)
@@ -318,6 +318,7 @@ namespace System.Net.Http.Functional.Tests
             }
         }
 
+        [ActiveIssue(41108)]
         [SkipOnTargetFramework(TargetFrameworkMonikers.Uap, "UAP doesn't allow revocation checking to be turned off")]
         [OuterLoop("Uses external server")]
         [ConditionalFact(nameof(ClientSupportsDHECipherSuites))]