Disable readytorun/coreroot_determinism test on GCStress due to test failure (#67468)
authorBruce Forstall <brucefo@microsoft.com>
Sat, 2 Apr 2022 03:39:42 +0000 (20:39 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 03:39:42 +0000 (20:39 -0700)
Tracking: https://github.com/dotnet/runtime/issues/58699

src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj

index 5f6c14f..5838f8f 100644 (file)
@@ -1,6 +1,8 @@
 <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
   <PropertyGroup>
     <OutputType>exe</OutputType>
+    <!-- Disabled for GCStress due to test failure tracked by https://github.com/dotnet/runtime/issues/58699 -->
+    <GCStressIncompatible>true</GCStressIncompatible>
     <CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
     <!-- This is an explicit crossgen test -->
     <CrossGenTest>false</CrossGenTest>