Skip to content

Commit

Permalink
Disable interpreter test on native AOT (#112857)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Feb 24, 2025
1 parent 509c12b commit bbc02a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/JIT/interpreter/InterpreterTester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</DisableProjectBuild>
<DisableProjectBuild Condition="'$(TargetArchitecture)' != 'x64' and '$(TargetArchitecture)' != 'arm64'">true</DisableProjectBuild>
<!-- Interpreter is CoreCLR-VM specific -->
<NativeAotIncompatible>true</NativeAotIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="InterpreterTester.cs" />
Expand Down

0 comments on commit bbc02a5

Please sign in to comment.