From ab98c9b93e993169eea86e3436df9c4df9133818 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Tue, 9 May 2023 09:28:55 -0700 Subject: [PATCH] Disable IUnknownTest under GCStress (#85937) Tracking: https://github.com/dotnet/runtime/issues/85234 --- src/tests/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj b/src/tests/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj index 55ce23fad66b5..d4964ae36c3cb 100644 --- a/src/tests/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj +++ b/src/tests/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj @@ -4,6 +4,8 @@ true true + + true