Skip to content

Commit

Permalink
Disable failing System.Reflection.Tests.ModuleTests.GetMethods (#54564)
Browse files Browse the repository at this point in the history
Tracking: #50831
  • Loading branch information
BruceForstall authored Jun 23, 2021
1 parent 8026e74 commit f3556b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ public void GetMethod()

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/51912", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50831")]
public void GetMethods()
{
var methodNames = TestModule.GetMethods().Select(m => m.Name).ToArray();
Expand Down

0 comments on commit f3556b3

Please sign in to comment.