Skip to content

Commit 004725d

Browse files
committed
[tests] Disable linking on Mono.Android.NET-Tests.csproj
Context: #6072 Context: dotnet/runtime#55375 Context: https://discord.com/channels/732297728826277939/732297837953679412/862829757460512788 @vargaz wondered if dotnet/runtime#55375 is because of the linker. Disable the linker, and lets see what happens!
1 parent 5062dd8 commit 004725d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Mono.Android.NET-Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<PlotDataLabelSuffix>-$(TestsFlavor)NET6</PlotDataLabelSuffix>
2222
<!-- TODO: Fix excluded tests -->
2323
<ExcludeCategories>DotNetIgnore</ExcludeCategories>
24+
<!-- TESTING for xamarin/xamarin-android#6072 -->
25+
<AndroidLinkMode>None</AndroidLinkMode>
2426
</PropertyGroup>
2527

2628
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

0 commit comments

Comments
 (0)