Skip to content

Commit

Permalink
Disable Determinism test on NativeAOT iOS/tvOS runs (dotnet#94793)
Browse files Browse the repository at this point in the history
It tries to read files from disk but we currently don't have a good way to bundle these into the mobile app.
  • Loading branch information
akoeplinger authored Nov 15, 2023
1 parent 2ba250c commit 132ca4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/nativeaot/SmokeTests/Determinism/Determinism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<OutputType>Exe</OutputType>
<CLRTestPriority>0</CLRTestPriority>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- test tries to read files from disk, bundling them into the app isn't easily possible right now -->
<CLRTestTargetUnsupported Condition="'$(TargetsAppleMobile)' == 'true'">true</CLRTestTargetUnsupported>
</PropertyGroup>
<ItemGroup>
<Compile Include="Determinism.cs" />
Expand Down

0 comments on commit 132ca4c

Please sign in to comment.