From 69e87100c96f36bb80624fcfbaa6a3abb7eef7ba Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 3 Aug 2021 10:17:41 +0200 Subject: [PATCH] [introspection] #10883 only applies to Mac Catalyst for legacy Xamarin. --- tests/introspection/ApiPInvokeTest.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/introspection/ApiPInvokeTest.cs b/tests/introspection/ApiPInvokeTest.cs index f477ab08b158..c21794b521f0 100644 --- a/tests/introspection/ApiPInvokeTest.cs +++ b/tests/introspection/ApiPInvokeTest.cs @@ -271,7 +271,7 @@ public void Product () // it's not complete (there's many more SDK assemblies) but we cannot add all of them into a single project anyway [Test] -#if __MACCATALYST__ +#if __MACCATALYST__ && !NET [Ignore ("https://github.com/xamarin/xamarin-macios/issues/10883")] #endif public void Corlib () @@ -282,7 +282,7 @@ public void Corlib () } [Test] -#if __MACCATALYST__ +#if __MACCATALYST__ && !NET [Ignore ("https://github.com/xamarin/xamarin-macios/issues/10883")] #endif public void System () @@ -293,7 +293,7 @@ public void System () } [Test] -#if __MACCATALYST__ +#if __MACCATALYST__ && !NET [Ignore ("https://github.com/xamarin/xamarin-macios/issues/10883")] #endif public void SystemCore ()