Skip to content

Commit 9385751

Browse files
authored
Re-enable iOS AOT functional test (#48096)
1 parent cfce757 commit 9385751

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libraries/tests.proj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,8 @@
271271
<ItemGroup Condition="'$(ArchiveTests)' == 'true' and ('$(TargetOS)' == 'iOS' or '$(TargetOS)' == 'tvOS')">
272272
<ProjectReference Include="$(MonoProjectRoot)sample\iOS\Program.csproj"
273273
BuildInParallel="false" />
274-
<!-- TODO: remove Exclude after "tests.mobile.targets(107,5): error : Unable to compile method" fixed -->
275274
<ProjectReference Include="$(RepoRoot)\src\tests\FunctionalTests\iOS\**\*.Test.csproj"
276-
BuildInParallel="false"
277-
Exclude="$(RepoRoot)\src\tests\FunctionalTests\iOS\Simulator\AOT\iOS.Simulator.Aot.Test.csproj"/>
275+
BuildInParallel="false" />
278276
</ItemGroup>
279277

280278
<ItemGroup Condition="'$(ArchiveTests)' == 'true' and '$(TargetOS)' == 'Android'">

0 commit comments

Comments
 (0)