From 8dd7b2d7cce35e138be33db99301e0cd3e7f1b3f Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Mon, 13 Feb 2023 17:43:35 -0800 Subject: [PATCH] Temporarily disable ParallelCrash, ParallelCrashMainThread under GCStress These are regularly failing in GCStress testing. Tracking: https://github.com/dotnet/runtime/issues/80356 --- src/tests/baseservices/exceptions/simple/ParallelCrash.csproj | 2 ++ .../exceptions/simple/ParallelCrashMainThread.csproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/tests/baseservices/exceptions/simple/ParallelCrash.csproj b/src/tests/baseservices/exceptions/simple/ParallelCrash.csproj index a92e49e73a282..bbad3fdf834bf 100644 --- a/src/tests/baseservices/exceptions/simple/ParallelCrash.csproj +++ b/src/tests/baseservices/exceptions/simple/ParallelCrash.csproj @@ -4,6 +4,8 @@ 1 134 -2146232797 + + true diff --git a/src/tests/baseservices/exceptions/simple/ParallelCrashMainThread.csproj b/src/tests/baseservices/exceptions/simple/ParallelCrashMainThread.csproj index 67d53cb9df7c7..d7ad43abbd027 100644 --- a/src/tests/baseservices/exceptions/simple/ParallelCrashMainThread.csproj +++ b/src/tests/baseservices/exceptions/simple/ParallelCrashMainThread.csproj @@ -6,5 +6,7 @@ 1 134 -2146232797 + + true