Disable crossgen2smoke test for GCStress (#39680)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 21 Jul 2020 18:49:36 +0000 (11:49 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2020 18:49:36 +0000 (11:49 -0700)
It times out in some modes, especially HeapVerify modes.

Issue: https://github.com/dotnet/runtime/issues/33949

src/tests/readytorun/crossgen2/crossgen2smoke.csproj

index d70d8f7..88a0e75 100644 (file)
@@ -5,6 +5,9 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
 
+    <!-- Disable for GCStress due to timeout test failures: https://github.com/dotnet/runtime/issues/33949 -->
+    <GCStressIncompatible>true</GCStressIncompatible>
+
     <!-- ilasm round-trip testing doesn't make sense for this test -->
     <IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible>