Skip to content

Commit 7f789a3

Browse files
committed
[tests] Just run test on iOS
1 parent f2b4d31 commit 7f789a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controls/tests/UITests/Tests/Issues/Issue20294.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ public Issue20294(TestDevice device) : base(device) { }
1414
[Test]
1515
public void ScrollToEndDoesntCrash()
1616
{
17+
this.IgnoreIfPlatforms(new TestDevice[] { TestDevice.Android, TestDevice.Mac, TestDevice.Windows });
18+
1719
App.ScrollTo("FOOTER");
1820
App.ScrollUp("theCollectionView", ScrollStrategy.Gesture, 0.5);
1921
App.ScrollDown("theCollectionView", ScrollStrategy.Gesture, 0.5);

0 commit comments

Comments
 (0)