Skip to content

Commit a6cf8d6

Browse files
authored
[CI][Android] Fix android tests exclusions (#91892)
1 parent 8d2ada7 commit a6cf8d6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/libraries/tests.proj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,6 @@
238238
<ProjectExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\AOT\Android.Device_Emulator.Aot.Test.csproj" />
239239
</ItemGroup>
240240

241-
<ItemGroup Condition="'$(TargetOS)' == 'android'">
242-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)*/tests/**/*.Tests.csproj" />
243-
<ProjectExclusions Include="$(RepoRoot)/src/tests/FunctionalTests/**/*.Test.csproj" />
244-
<ProjectExclusions Include="$(RepoRoot)/src/mono/sample/Android/AndroidSampleApp.csproj" />
245-
<ProjectExclusions Remove="$(RepoRoot)/src/tests/FunctionalTests/Android/Device_Emulator/AOT_PROFILED/Android.Device_Emulator.Aot_Profiled.Test.csproj" />
246-
</ItemGroup>
247-
248241
<ItemGroup Condition="'$(TargetOS)' == 'ios' and '$(RunDisablediOSTests)' != 'true'">
249242
<ProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj" />
250243
</ItemGroup>
@@ -637,12 +630,6 @@
637630
BuildInParallel="false" />
638631
</ItemGroup>
639632

640-
<ItemGroup Condition="'$(ArchiveTests)' == 'true' and '$(TargetOS)' == 'android'">
641-
<ProjectReference Include="$(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\AOT_PROFILED\**\*.Test.csproj"
642-
Exclude="@(ProjectExclusions)" />
643-
</ItemGroup>
644-
645-
646633
<ItemGroup Condition="'$(ArchiveTests)' == 'true' and ('$(TargetOS)' == 'ios' or '$(TargetOS)' == 'tvos') and '$(UseNativeAOTRuntime)' == 'true'">
647634
<ProjectReference Include="$(RepoRoot)\src\tests\FunctionalTests\$(TargetOS)\Device\**\*.Test.csproj"
648635
Exclude="@(ProjectExclusions)"

0 commit comments

Comments
 (0)