Skip to content

Commit e93dff4

Browse files
Disable crossroot_determinism for GCStress runs (#50706)
1 parent 0c79392 commit e93dff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<CLRTestKind>BuildAndRun</CLRTestKind>
55
<CLRTestPriority>0</CLRTestPriority>
66
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
7+
<!-- See https://github.com/dotnet/runtime/issues/50704 -->
8+
<GCStressIncompatible>true</GCStressIncompatible>
9+
<!-- This is an explicit crossgen test -->
710
<CrossGenTest>false</CrossGenTest>
811
<OldToolsVersion>2.0</OldToolsVersion>
912
</PropertyGroup>

0 commit comments

Comments
 (0)