Re-enable iOS AOT functional test (#48096)
authorMaxim Lipnin <v-maxlip@microsoft.com>
Thu, 11 Feb 2021 04:00:17 +0000 (07:00 +0300)
committerGitHub <noreply@github.com>
Thu, 11 Feb 2021 04:00:17 +0000 (23:00 -0500)
src/libraries/tests.proj

index be633f8..cfb690f 100644 (file)
   <ItemGroup Condition="'$(ArchiveTests)' == 'true' and ('$(TargetOS)' == 'iOS' or '$(TargetOS)' == 'tvOS')">
     <ProjectReference Include="$(MonoProjectRoot)sample\iOS\Program.csproj"
                       BuildInParallel="false" />
-                      <!-- TODO: remove Exclude after "tests.mobile.targets(107,5): error : Unable to compile method" fixed -->
     <ProjectReference Include="$(RepoRoot)\src\tests\FunctionalTests\iOS\**\*.Test.csproj"
-                      BuildInParallel="false"
-                      Exclude="$(RepoRoot)\src\tests\FunctionalTests\iOS\Simulator\AOT\iOS.Simulator.Aot.Test.csproj"/>
+                      BuildInParallel="false" />
   </ItemGroup>
   
   <ItemGroup Condition="'$(ArchiveTests)' == 'true' and '$(TargetOS)' == 'Android'">