Skip to content

Commit

Permalink
[tests] ignore NoSymbolsArgShouldReduceAppSize
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Jul 11, 2023
1 parent bce52f1 commit c235d60
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit c235d60

Please sign in to comment.