Skip to content

Commit b2add50

Browse files
authored
Disable ExtendedLayout tests when using Mono AOT (#120530)
* Disable ExtendedLayout tests when using Mono AOT * Fix tracking issue reference in ExtendedLayout.csproj
1 parent 634641c commit b2add50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/Loader/classloader/ExtendedLayout/ExtendedLayout.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4+
5+
<!-- Tracking issue: https://github.com/dotnet/runtime/issues/119948 -->
6+
<MonoAotIncompatible>true</MonoAotIncompatible>
7+
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'mono'">true</DisableProjectBuild>
48
</PropertyGroup>
59
<ItemGroup>
610
<Compile Include="ExtendedLayout.cs" />

0 commit comments

Comments
 (0)