Skip to content

Commit

Permalink
Disable System.Reflection.Tests.TypeDelegatorTests.FunctionPointers
Browse files Browse the repository at this point in the history
Disable this failing test on CoreCLR.

Tracking: dotnet#82252
  • Loading branch information
BruceForstall committed Feb 17, 2023
1 parent 6ede02b commit 47c3583
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 47c3583

Please sign in to comment.