Skip to content

Commit 8f3a933

Browse files
committed
Disable the library mode tests
1 parent 771dcc5 commit 8f3a933

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/libraries/tests.proj

+8
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,14 @@
256256

257257
<!-- https://github.com/dotnet/runtime/issues/50493 -->
258258
<ProjectExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\AOT\Android.Device_Emulator.Aot.Test.csproj" />
259+
260+
<!-- https://github.com/dotnet/runtime/issues/111699 -->
261+
<ProjectExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\LibraryMode_AOT_LLVM\Android.Device_Emulator.LibraryMode_Aot_Llvm.Test.csproj" />
262+
</ItemGroup>
263+
264+
<ItemGroup Condition="('$(TargetOS)' == 'android' or '$(TargetsLinuxBionic)' == 'true') and '$(TargetArchitecture)' == 'arm' and '$(RunDisabledAndroidTests)' != 'true'">
265+
<!-- https://github.com/dotnet/runtime/issues/111699 -->
266+
<ProjectExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\LibraryMode_AOT_LLVM\Android.Device_Emulator.LibraryMode_Aot_Llvm.Test.csproj" />
259267
</ItemGroup>
260268

261269
<ItemGroup Condition="'$(TargetOS)' == 'ios' and '$(RunDisablediOSTests)' != 'true'">

0 commit comments

Comments
 (0)