Skip to content

Commit

Permalink
[introspection] Ignore the ApiAvailabilityTest.LegacyAttribute test o…
Browse files Browse the repository at this point in the history
…n Mac Catalyst as well.
  • Loading branch information
rolfbjarne committed Aug 3, 2021
1 parent 0f15240 commit f761adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/introspection/ApiAvailabilityTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ string CheckLegacyAttributes (ICustomAttributeProvider cap)
}

[Test]
#if IOS || TVOS
#if IOS || TVOS || __MACCATALYST__
[Ignore ("work in progress")]
#endif
public void LegacyAttributes ()
Expand Down

0 comments on commit f761adc

Please sign in to comment.