Skip to content

Commit 449a6a0

Browse files
authored
[Xamarin.Android.Build.Tests] Ignore NoSymbolsArgShouldReduceAppSize (#6907)
Temporarily ignore this test to reduce noise on PR builds while it is being fixed. The test has seemingly been partially invalidated by commit 5efda9d, however it is still passing against Classic Xamarin.Android on Windows. More investigation is required as to why we see different stripping results when using a combination of the `-s`, `no-write-symbols`, and `nodebug` flags with different toolchains.
1 parent d2f8206 commit 449a6a0

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ public static void Foo () {
441441
}
442442

443443
[Test]
444+
[Ignore ("Ignore while investigating/fixing.")]
444445
[Category ("LLVM")]
445446
public void NoSymbolsArgShouldReduceAppSize ([Values ("", "Hybrid")] string androidAotMode, [Values (false, true)] bool skipDebugSymbols)
446447
{

0 commit comments

Comments
 (0)