Skip to content

Commit 2267a5c

Browse files
committed
Disable DisabledRuntimeMarshalling_Disabled_NativeAssemblyEnabled test
See #97272
1 parent a262d22 commit 2267a5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/Interop/DisabledRuntimeMarshalling/DisabledRuntimeMarshalling_Disabled_NativeAssemblyEnabled.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<RequiresProcessIsolation>true</RequiresProcessIsolation>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<MonoAotIncompatible>true</MonoAotIncompatible>
6+
7+
<!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
8+
<NativeAotIncompatible>true</NativeAotIncompatible>
69
</PropertyGroup>
710
<ItemGroup>
811
<Compile Include="PInvokeAssemblyMarshallingEnabled/*.cs" />

0 commit comments

Comments
 (0)