From 1a6016d94c09cf5f3af3817a376b101ad49e1fcd Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Tue, 21 Jul 2020 11:49:36 -0700 Subject: [PATCH] Disable crossgen2smoke test for GCStress (#39680) It times out in some modes, especially HeapVerify modes. Issue: https://github.com/dotnet/runtime/issues/33949 --- src/tests/readytorun/crossgen2/crossgen2smoke.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/readytorun/crossgen2/crossgen2smoke.csproj b/src/tests/readytorun/crossgen2/crossgen2smoke.csproj index d70d8f7..88a0e75 100644 --- a/src/tests/readytorun/crossgen2/crossgen2smoke.csproj +++ b/src/tests/readytorun/crossgen2/crossgen2smoke.csproj @@ -5,6 +5,9 @@ true 0 + + true + true -- 2.7.4