We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7795971 commit 75361abCopy full SHA for 75361ab
src/libraries/tests.proj
@@ -352,9 +352,7 @@
352
<ItemGroup Condition="'$(ArchiveTests)' == 'true' and '$(TargetOS)' == 'Android'">
353
<ProjectReference Include="$(MonoProjectRoot)sample\Android\AndroidSampleApp.csproj"
354
BuildInParallel="false" />
355
- <!-- Disable Android.Device_Emulator.Aot.Test.csproj temporarily due to https://github.com/dotnet/runtime/issues/49757 -->
356
<ProjectReference Include="$(RepoRoot)\src\tests\FunctionalTests\Android\**\*.Test.csproj"
357
- Exclude="$(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\AOT\Android.Device_Emulator.Aot.Test.csproj"
358
359
</ItemGroup>
360
0 commit comments