Skip to content

Commit

Permalink
Disable CertificateValidationClientServer_EndToEnd_Ok in Windows Nati…
Browse files Browse the repository at this point in the history
…veAoT (#95333)
  • Loading branch information
rzikm authored Nov 29, 2023
1 parent 65d3860 commit 0a1adcd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,13 @@ public enum ClientCertSource
CertificateContext
}

public static bool IsWindowsAOT => PlatformDetection.IsWindows && PlatformDetection.IsNativeAot;

[Theory]
[InlineData(ClientCertSource.ClientCertificate)]
[InlineData(ClientCertSource.SelectionCallback)]
[InlineData(ClientCertSource.CertificateContext)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/88832", typeof(CertificateValidationClientServer), nameof(IsWindowsAOT))]
public async Task CertificateValidationClientServer_EndToEnd_Ok(ClientCertSource clientCertSource)
{
IPEndPoint endPoint = new IPEndPoint(IPAddress.Loopback, 0);
Expand Down

0 comments on commit 0a1adcd

Please sign in to comment.