Skip to content

Commit

Permalink
Dsiable CertificateValidationRemoteServer.ConnectWithRevocation_WithC…
Browse files Browse the repository at this point in the history
…allback on Android (#70768)
  • Loading branch information
rzikm authored Jun 15, 2022
1 parent 53e52f2 commit b3e606f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public async Task DefaultConnect_EndToEnd_Ok(string host)
[Theory]
[InlineData(true)]
[InlineData(false)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/68206", TestPlatforms.Android)]
public Task ConnectWithRevocation_WithCallback(bool checkRevocation)
{
X509RevocationMode mode = checkRevocation ? X509RevocationMode.Online : X509RevocationMode.NoCheck;
Expand Down

0 comments on commit b3e606f

Please sign in to comment.