Skip to content

Commit

Permalink
Disable EmptyStructs tests for Apple mobile (#104433)
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak authored Jul 5, 2024
1 parent ceac9f4 commit 49757a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/JIT/Directed/StructABI/EmptyStructs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<!-- Needed for CMakeProjectReference -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Tracking issue: https://github.com/dotnet/runtime/issues/92129 -->
<CLRTestTargetUnsupported Condition="'$(TargetsAppleMobile)' == 'true'">true</CLRTestTargetUnsupported>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
Expand Down

0 comments on commit 49757a5

Please sign in to comment.