Skip to content

Commit 4a6bdb8

Browse files
committed
Disable Regression2_Regressions.csproj too
1 parent f5729ce commit 4a6bdb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/JIT/opt/Regressions/Regression2_Regressions.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<GCStressIncompatible>true</GCStressIncompatible>
77

88
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</DisableProjectBuild>
9+
10+
<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
11+
<NativeAotIncompatible>true</NativeAotIncompatible>
912
</PropertyGroup>
1013
<PropertyGroup>
1114
<DebugType>None</DebugType>

0 commit comments

Comments
 (0)