Skip to content

Commit

Permalink
Disable test on browser AOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Jun 23, 2021
1 parent cc45c80 commit 5a084cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace System.Reflection.Metadata
public class ApplyUpdateTest
{
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/54617", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
void StaticMethodBodyUpdate()
{
ApplyUpdateUtil.TestCase(static () =>
Expand Down

0 comments on commit 5a084cf

Please sign in to comment.