Skip to content

Commit

Permalink
skip test on wasm aot
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Aug 4, 2021
1 parent 116a219 commit 81bf189
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void StaticMethodBodyUpdate()
}

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

0 comments on commit 81bf189

Please sign in to comment.