From 94221f30cce9783f39d30eebbd9994f9711472e7 Mon Sep 17 00:00:00 2001 From: Elinor Fung Date: Fri, 30 Apr 2021 14:47:40 -0700 Subject: [PATCH] Disable ComDisabled tests on Mono (#52128) --- ...ystem.Runtime.InteropServices.ComDisabled.Tests.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libraries/System.Runtime.InteropServices/tests/ComDisabled/System.Runtime.InteropServices.ComDisabled.Tests.csproj b/src/libraries/System.Runtime.InteropServices/tests/ComDisabled/System.Runtime.InteropServices.ComDisabled.Tests.csproj index 28c2c77dacc28..f06c7c65cd2e2 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/ComDisabled/System.Runtime.InteropServices.ComDisabled.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices/tests/ComDisabled/System.Runtime.InteropServices.ComDisabled.Tests.csproj @@ -2,11 +2,11 @@ true $(NetCoreAppCurrent) - true - - true + true + + true - +