Skip to content

Commit

Permalink
Disable InlineArrayValid/Invalid tests on Android (#90414)
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak authored Aug 14, 2023
1 parent fa09863 commit 69a7790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3473,6 +3473,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/GenericContext/**">
<Issue>https://github.com/dotnet/runtime/issues/67359</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/InlineArray/**">
<Issue>https://github.com/dotnet/runtime/issues/90398</Issue>
</ExcludeList>
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'android' And '$(TargetArchitecture)' == 'arm64'">
Expand Down

0 comments on commit 69a7790

Please sign in to comment.