Skip to content

Commit 7560f46

Browse files
authored
[mono] Disable PrimitiveABI tests on Apple mobile (#105563)
1 parent 1f626be commit 7560f46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3712,6 +3712,9 @@
37123712
<ExcludeList Include = "$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_ro/**">
37133713
<Issue>https://github.com/dotnet/runtime/issues/92129</Issue>
37143714
</ExcludeList>
3715+
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/PrimitiveABI/**">
3716+
<Issue>https://github.com/dotnet/runtime/issues/92129</Issue>
3717+
</ExcludeList>
37153718
</ItemGroup>
37163719

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

0 commit comments

Comments
 (0)