Skip to content

Commit

Permalink
Disable TLSWitLoadedDlls for Apple mobile (#106461)
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak committed Aug 16, 2024
1 parent 2691fc8 commit fc7a8e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/JIT/Directed/tls/TestTLSWithLoadedDlls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<ReferenceXUnitWrapperGenerator>false</ReferenceXUnitWrapperGenerator>
<NativeAotIncompatible>true</NativeAotIncompatible>
<!-- 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 fc7a8e6

Please sign in to comment.