From 8e9222b9cd7cf2dc8c662a6696e14acf44489ea4 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Mon, 17 Jul 2023 19:53:18 -0700 Subject: [PATCH] Disable stackoverflowtester test for win-x86 (#89062) 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.