Disable NativeLibraryTests for ilasm round-trip testing (#85832)
authorBruce Forstall <brucefo@microsoft.com>
Fri, 5 May 2023 21:21:36 +0000 (14:21 -0700)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 21:21:36 +0000 (14:21 -0700)
Tracking: https://github.com/dotnet/runtime/issues/84914

src/tests/Interop/NativeLibrary/API/NativeLibraryTests.csproj

index 94fbf9e..620c030 100644 (file)
@@ -3,6 +3,8 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <!-- Finalize in different assembly from Dispose, tries to load the assembly with Dispose after the ALC unload started -->
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
+    <!-- Doesn't work with ilasm round-trip tests. Tracking: https://github.com/dotnet/runtime/issues/84914 -->
+    <IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />