File tree 2 files changed +7
-4
lines changed
tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -803,9 +803,8 @@ stages:
803
803
configuration : $(XA.Build.Configuration)
804
804
testName : Mono.Android.NET_Tests-Aot
805
805
project : tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Mono.Android.NET-Tests.csproj
806
- testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration)-Aot.xml
807
- # InetAccess excluded due to: https://github.com/dotnet/runtime/issues/56315
808
- extraBuildArgs : /p:RunAOTCompilation=true /p:ExcludeCategories=InetAccess
806
+ testResultsFiles : TestResult-Mono.Android.NET_Tests-$(XA.Build.Configuration)Aot.xml
807
+ extraBuildArgs : /p:TestsFlavor=Aot /p:RunAOTCompilation=true
809
808
artifactSource : bin/Test$(XA.Build.Configuration)/net6.0-android/Mono.Android.NET_Tests-Signed.apk
810
809
artifactFolder : net6-aot
811
810
useDotNet : true
Original file line number Diff line number Diff line change 19
19
<EnableDefaultAndroidAssetItems >false</EnableDefaultAndroidAssetItems >
20
20
<_MonoAndroidTestPackage >Mono.Android.NET_Tests</_MonoAndroidTestPackage >
21
21
<PlotDataLabelSuffix >-$(TestsFlavor)NET6</PlotDataLabelSuffix >
22
- <!-- TODO: Fix excluded tests -->
22
+ <!--
23
+ TODO: Fix excluded tests
24
+ For AOT, InetAccess excluded due to: https://github.com/dotnet/runtime/issues/56315
25
+ -->
23
26
<ExcludeCategories >DotNetIgnore</ExcludeCategories >
27
+ <ExcludeCategories Condition =" '$(RunAOTCompilation)' == 'true' " >$(ExcludeCategories):InetAccess</ExcludeCategories >
24
28
</PropertyGroup >
25
29
26
30
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
You can’t perform that action at this time.
0 commit comments