JakeWharton / RxBinding

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

Fix tests #534

Closed BraisGabin closed 4 years ago

BraisGabin commented 4 years ago

This PR fix bugs related with the different search views. I'm not sure why was this happening but if I use an Activity to create the Views instead of the application context it works. It's strange because it fails on the API 18 but it was working on API 29 🤷‍♂.

Anyway this PR will make Travis happy.

BraisGabin commented 4 years ago

Ok... this doesn't make Travis happy but... "a bit happier". Now It just fails for the flaky tests. I did some reasearch and I found that there are three different flaky tests:

JakeWharton commented 4 years ago

You conflicted with your other PR! Care to rebase?

If not, I can get to it eventually. Thanks for taking the time to investigate these.

BraisGabin commented 4 years ago

rebased

JakeWharton commented 4 years ago

I can't remember the last time the build was fully green. Thanks!