From c235d604d22797eeab601aebb064b9c70f70e7a7 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 11 Jul 2023 08:49:09 -0500 Subject: [PATCH] [tests] ignore `NoSymbolsArgShouldReduceAppSize` Context: https://github.com/dotnet/runtime/issues/88625 --- .../Tests/Xamarin.Android.Build.Tests/AotTests.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs index 35968606bab..37f0fcfcf8b 100644 --- a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs +++ b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs @@ -417,6 +417,9 @@ public static void Foo () { [Category ("LLVM")] public void NoSymbolsArgShouldReduceAppSize ([Values ("", "Hybrid")] string androidAotMode, [Values (false, true)] bool skipDebugSymbols) { + if (IsWindows) + Assert.Ignore ("https://github.com/dotnet/runtime/issues/88625"); + AssertAotModeSupported (androidAotMode); var proj = new XamarinAndroidApplicationProject () {