Skip to content

Commit

Permalink
chore: Disable When_Setting_SelectedItem_TakesEffectfor ios17
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jun 12, 2024
1 parent 267243f commit c15ed35
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ public async Task When_Setting_SelectedItem_DoesNotTakeEffect()
Assert.AreEqual(-1, listControl.SelectedIndex);
}

#if __IOS__
[Ignore("Fails on iOS 17 https://github.com/unoplatform/uno/issues/17102")]
#endif
[TestMethod]
public async Task When_Setting_SelectedItem_TakesEffect()
{
Expand Down

0 comments on commit c15ed35

Please sign in to comment.