JakeWharton / RxBinding

RxJava binding APIs for Android's UI widgets.
Apache License 2.0
9.69k stars 971 forks source link

RxSwipeRefreshLayoutTest is flaky on Travis CI #72

Closed JakeWharton closed 8 years ago

JakeWharton commented 9 years ago

I cannot figure out why this test sometimes fails on Travis CI...

Affected:

JakeWharton commented 9 years ago

Maybe try Espresso's swipeDown()? (I assume it has swipeDown() since it has swipeUp())

JakeWharton commented 8 years ago

This one is really flaky to the point where it's practically broken.

JakeWharton commented 8 years ago

This test is now ignored because #209 makes it fail deterministically. Win!