Skip to content

Commit

Permalink
Disable Regression2_Regressions.csproj too
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Jan 21, 2024
1 parent f5729ce commit 4a6bdb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/JIT/opt/Regressions/Regression2_Regressions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<GCStressIncompatible>true</GCStressIncompatible>

<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</DisableProjectBuild>

<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
<NativeAotIncompatible>true</NativeAotIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
Expand Down

0 comments on commit 4a6bdb8

Please sign in to comment.