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) {