Skip to content

Commit f3556b3

Browse files
Disable failing System.Reflection.Tests.ModuleTests.GetMethods (#54564)
Tracking: #50831
1 parent 8026e74 commit f3556b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime/tests/System/Reflection/ModuleTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ public void GetMethod()
232232

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

0 commit comments

Comments
 (0)