Skip to content

Commit c235d60

Browse files
[tests] ignore NoSymbolsArgShouldReduceAppSize
Context: dotnet/runtime#88625
1 parent bce52f1 commit c235d60

File tree

1 file changed

+3
-0
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+3
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,9 @@ public static void Foo () {
417417
[Category ("LLVM")]
418418
public void NoSymbolsArgShouldReduceAppSize ([Values ("", "Hybrid")] string androidAotMode, [Values (false, true)] bool skipDebugSymbols)
419419
{
420+
if (IsWindows)
421+
Assert.Ignore ("https://github.com/dotnet/runtime/issues/88625");
422+
420423
AssertAotModeSupported (androidAotMode);
421424

422425
var proj = new XamarinAndroidApplicationProject () {

0 commit comments

Comments
 (0)