From c31917afddc70ea830dc48477a657f01306ad756 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 21 Oct 2021 12:22:14 -0700 Subject: [PATCH] Disable DllimportGenerator unit tests on ARM32 (#60718) They're crashing with JIT asserts on main, so disable them for now to get a clean rolling build. --- src/libraries/tests.proj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index de57c3bf72b86..817a707b22f76 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -42,6 +42,11 @@ + + + + +