Skip to content

Commit

Permalink
Disable System.Reflection.Tests.TypeDelegatorTests.FunctionPointers (#…
Browse files Browse the repository at this point in the history
…82321)

Disable this failing test on CoreCLR.

Tracking: #82252
  • Loading branch information
BruceForstall authored Feb 18, 2023
1 parent 925028b commit 473e278
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void Properties()

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/71095", TestRuntimes.Mono)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/82252", TestRuntimes.CoreCLR)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/71883", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
public void FunctionPointers()
{
Expand Down

0 comments on commit 473e278

Please sign in to comment.