Skip to content

Commit 9e2530b

Browse files
committed
Run all the things
1 parent 1bc4bcb commit 9e2530b

File tree

1 file changed

+0
-2
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+0
-2
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public void IsEnabledDisablesEntireViewAndPreventsChildInteraction()
113113
#endif
114114
}
115115

116-
//#if TEST_FAILS_ON_CATALYST // Overscroll gesture is not working
117116
[Test]
118117
public void PullToRefreshWorksWhenEnabled()
119118
{
@@ -155,7 +154,6 @@ public void PullToRefreshBlockedWhenIsEnabledFalse()
155154
// Wait for refresh to complete and verify it failed
156155
Assert.That(GetStatusText(), Contains.Substring("IsEnabled: False"));
157156
}
158-
//#endif
159157

160158
string GetStatusText() =>
161159
App.FindElement(StatusLabel).GetText() ?? "";

0 commit comments

Comments
 (0)