Skip to content

Commit

Permalink
Skip GradientBackgroundInitializesCorrectly on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Mar 8, 2023
1 parent a3884c8 commit c4c16c7
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ namespace Microsoft.Maui.DeviceTests
{
public partial class SearchBarHandlerTests
{
[Theory(DisplayName = "Gradient Background Initializes Correctly")]

[Theory(DisplayName = "Gradient Background Initializes Correctly"
#if IOS || MACCATALYST
, Skip = "This test is currently invalid https://github.com/dotnet/maui/issues/11948"
#endif
)]
[InlineData(0xFFFF0000, 0xFFFE2500)]
[InlineData(0xFF00FF00, 0xFF04F800)]
[InlineData(0xFF0000FF, 0xFF0432FE)]
Expand Down

0 comments on commit c4c16c7

Please sign in to comment.