From 757a9950aaf0b1cb43fbfb14634d9da0b5e162a6 Mon Sep 17 00:00:00 2001 From: Eduardo Velarde Date: Wed, 25 Mar 2026 20:17:49 -0700 Subject: [PATCH] Verify failing test --- .../nativeaot/SmokeTests/Exceptions/Exceptions.cs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/tests/nativeaot/SmokeTests/Exceptions/Exceptions.cs b/src/tests/nativeaot/SmokeTests/Exceptions/Exceptions.cs index 338cfb2c4cc960..c32cafd7b35a07 100644 --- a/src/tests/nativeaot/SmokeTests/Exceptions/Exceptions.cs +++ b/src/tests/nativeaot/SmokeTests/Exceptions/Exceptions.cs @@ -26,14 +26,10 @@ public BringUpTest() public static int Main() { - if (!OperatingSystem.IsAndroid()) - { - // Disabled on Android due to https://github.com/dotnet/runtime/issues/121353 - // This test also doubles as server GC test - if (!System.Runtime.GCSettings.IsServerGC) - return 42; - } + // This test also doubles as server GC test + if (!System.Runtime.GCSettings.IsServerGC) + return 42; if (string.Empty.Length > 0) {