From: David Shulman Date: Sat, 14 Sep 2019 15:50:30 +0000 (-0700) Subject: Disable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds (dotnet/corefx... X-Git-Tag: submit/tizen/20210909.063632~11031^2~464 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e990fd4cab3f5fd4a7ab5bd948d766bd329dc9d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds (dotnet/corefx#41109) 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 --- diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs index 26fbfbc..db7e251 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs @@ -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))]