Skip to content

Commit 5a084cf

Browse files
committed
Disable test on browser AOT
1 parent cc45c80 commit 5a084cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime.Loader/tests/ApplyUpdateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ namespace System.Reflection.Metadata
1818
public class ApplyUpdateTest
1919
{
2020
[Fact]
21+
[ActiveIssue("https://github.com/dotnet/runtime/issues/54617", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
2122
void StaticMethodBodyUpdate()
2223
{
2324
ApplyUpdateUtil.TestCase(static () =>

0 commit comments

Comments
 (0)