Skip to content

Commit 81bf189

Browse files
committed
skip test on wasm aot
1 parent 116a219 commit 81bf189

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
@@ -40,6 +40,7 @@ void StaticMethodBodyUpdate()
4040
}
4141

4242
[ConditionalFact(typeof(ApplyUpdateUtil), nameof (ApplyUpdateUtil.IsSupported))]
43+
[ActiveIssue("https://github.com/dotnet/runtime/issues/54617", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
4344
void LambdaBodyChange()
4445
{
4546
ApplyUpdateUtil.TestCase(static () =>

0 commit comments

Comments
 (0)