Skip to content

Commit

Permalink
[apple-mobile] Disable TLSWitLoadedDlls for Apple mobile (#111356)
Browse files Browse the repository at this point in the history
Co-authored-by: Matous Kozak <[email protected]>
  • Loading branch information
github-actions[bot] and matouskozak authored Jan 14, 2025
1 parent 01ad3ef commit 1975912
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 1975912

Please sign in to comment.