Skip to content

Commit

Permalink
[introspection] dotnet#10883 only applies to Mac Catalyst for legacy …
Browse files Browse the repository at this point in the history
…Xamarin.
  • Loading branch information
rolfbjarne committed Aug 3, 2021
1 parent f761adc commit 69e8710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/introspection/ApiPInvokeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand All @@ -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 ()
Expand All @@ -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 ()
Expand Down

0 comments on commit 69e8710

Please sign in to comment.