Skip to content

Commit

Permalink
Revert "Disable CertificateValidationClientServer_EndToEnd_Ok in Wind…
Browse files Browse the repository at this point in the history
…ows NativeAoT (dotnet#95333)" (dotnet#102517)

This reverts commit 0a1adcd.
  • Loading branch information
rzikm authored and Ruihan-Yin committed May 30, 2024
1 parent ef45dbd commit 4365284
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,10 @@ 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 4365284

Please sign in to comment.