Skip to content

Commit bbc02a5

Browse files
Disable interpreter test on native AOT (#112857)
1 parent 509c12b commit bbc02a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/JIT/interpreter/InterpreterTester.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<RequiresProcessIsolation>true</RequiresProcessIsolation>
44
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</DisableProjectBuild>
55
<DisableProjectBuild Condition="'$(TargetArchitecture)' != 'x64' and '$(TargetArchitecture)' != 'arm64'">true</DisableProjectBuild>
6+
<!-- Interpreter is CoreCLR-VM specific -->
7+
<NativeAotIncompatible>true</NativeAotIncompatible>
68
</PropertyGroup>
79
<ItemGroup>
810
<Compile Include="InterpreterTester.cs" />

0 commit comments

Comments
 (0)