From 98af00ba2395f4f2ff4d4008c798067fa5c44859 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Wed, 9 Oct 2024 21:43:38 -0400 Subject: [PATCH] Disable Comparer_get_Default test on linux-arm64-crossgen (#108725) This test was disabled on windows-arm64, but the outerloop also fails on linux-arm64. See https://github.com/dotnet/runtime/issues/104927 --- src/tests/issues.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 646dd7c773303b..dda88f3db48359 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -647,8 +647,8 @@ - - + + https://github.com/dotnet/runtime/issues/104927