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 ()