Skip to content

Commit

Permalink
enable NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed May 13, 2022
1 parent 52a0d95 commit 0615148
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -226,7 +226,6 @@ public async Task NoCallback_BadCertificate_ThrowsException(string url)

[OuterLoop("Uses external servers")]
[ConditionalFact(nameof(ClientSupportsDHECipherSuites))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60190")]
public async Task NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds()
{
using (HttpClient client = CreateHttpClient())
Expand Down

0 comments on commit 0615148

Please sign in to comment.