From 1ac16d8e6f6593eda6c207e333642b1923235e65 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Tue, 5 Apr 2022 10:25:00 -0700 Subject: [PATCH] [release/6.0] Disable test Runtime_56953 This avoids a JIT assert in jitstress test runs. We don't intend to fix the underlying issues in release/6.0 branch. Tracking: https://github.com/dotnet/runtime/issues/67603 --- src/tests/issues.targets | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 90f9fa90055d0..96124153d89d7 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -649,6 +649,9 @@ Needs Triage + + https://github.com/dotnet/runtime/issues/67603 + @@ -684,6 +687,9 @@ Allocates large contiguous array that is not consistently available on 32-bit platforms + + https://github.com/dotnet/runtime/issues/67603 +