From 970bb9008f0856b328118ef87308e1035fc2d6a7 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Mon, 17 Jul 2023 17:27:44 -0700 Subject: [PATCH] Disable stackoverflowtester test for win-x86 Tracking: https://github.com/dotnet/runtime/issues/84911 --- src/tests/issues.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index a97866b950e27b..10155d494cbc30 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -268,6 +268,9 @@ + + https://github.com/dotnet/runtime/issues/84911 + https://github.com/dotnet/runtime/issues/5200 Test is useful to have because it can be run manually when making changes to the GC that can have effects in OOM scenarios, but not appropriate to run on our current test infrastructure.