Skip to content

Commit

Permalink
fix: Added platform designators for ListView tests that won't run on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
zangai committed Jan 14, 2022
1 parent f8be3b4 commit c3598c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ public void ListView_Selection_Events_Ordering()

[Test]
[AutoRetry]
[ActivePlatforms(Platform.Android, Platform.Browser)] // iOS: https://github.com/unoplatform/uno/issues/6454
public void ListView_ListView_Shrinking()
{
Run("SamplesApp.Windows_UI_Xaml_Controls.ListView.ListView_Resizing");
Expand All @@ -538,6 +539,7 @@ public void ListView_ListView_Shrinking()

[Test]
[AutoRetry]
[ActivePlatforms(Platform.Android, Platform.Browser)] // iOS: https://github.com/unoplatform/uno/issues/7754
public void ListView_ListView_Growing()
{
Run("SamplesApp.Windows_UI_Xaml_Controls.ListView.ListView_Resizing");
Expand Down

0 comments on commit c3598c0

Please sign in to comment.