Skip to content

Commit 7ecbde2

Browse files
committed
Disable EmptyStructs tests for Apple mobile
1 parent ffcdf42 commit 7ecbde2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/JIT/Directed/StructABI/EmptyStructs.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<!-- Needed for CMakeProjectReference -->
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6+
<!-- Tracking issue: https://github.com/dotnet/runtime/issues/92129 -->
7+
<CLRTestTargetUnsupported Condition="'$(TargetsAppleMobile)' == 'true'">true</CLRTestTargetUnsupported>
68
</PropertyGroup>
79
<PropertyGroup>
810
<DebugType>PdbOnly</DebugType>

0 commit comments

Comments
 (0)