From ee84d8d98555a801599cf71155702d6ba008b68e Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Fri, 5 May 2023 14:21:36 -0700 Subject: [PATCH] Disable NativeLibraryTests for ilasm round-trip testing (#85832) Tracking: https://github.com/dotnet/runtime/issues/84914 --- src/tests/Interop/NativeLibrary/API/NativeLibraryTests.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/Interop/NativeLibrary/API/NativeLibraryTests.csproj b/src/tests/Interop/NativeLibrary/API/NativeLibraryTests.csproj index 94fbf9e..620c030 100644 --- a/src/tests/Interop/NativeLibrary/API/NativeLibraryTests.csproj +++ b/src/tests/Interop/NativeLibrary/API/NativeLibraryTests.csproj @@ -3,6 +3,8 @@ true true + + true -- 2.7.4