Skip to content

Commit

Permalink
[mono] Disable PrimitiveABI tests on Apple mobile (#105563)
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak authored Jul 26, 2024
1 parent 1f626be commit 7560f46
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 @@ -3712,6 +3712,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_ro/**">
<Issue>https://github.com/dotnet/runtime/issues/92129</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/PrimitiveABI/**">
<Issue>https://github.com/dotnet/runtime/issues/92129</Issue>
</ExcludeList>
</ItemGroup>

<ItemGroup Condition="'$(TargetArchitecture)' == 'wasm' or '$(TargetsMobile)' == 'true'">
Expand Down

0 comments on commit 7560f46

Please sign in to comment.