Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Disable failing System.Reflection.Tests.ModuleTests.GetMethods
Tracking: #50831
  • Loading branch information
BruceForstall committed Jun 22, 2021
commit f351acd9085950347bcd48c2c71bec63666965f6
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