You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not completely sure but I think this is an issue in androidx.test.espresso.contrib. It might be worthwhile seeing if it can be replicated in a very basic app that doesn't have any complications with many activities and lots of network requests to help either us debug this or help the android devs fix it. Also, android-test is open source so we could try to fix it upstream I guess.
The text was updated successfully, but these errors were encountered:
* Remove unnecessary wait in LoginActivityTest
* Remove very flaky doubleNavigateToExploreThenReturnHome test
Can be added back once upstream issues are fixed (see #2688)
Summary:
See android/android-test#262
I'm not completely sure but I think this is an issue in
androidx.test.espresso.contrib
. It might be worthwhile seeing if it can be replicated in a very basic app that doesn't have any complications with many activities and lots of network requests to help either us debug this or help the android devs fix it. Also, android-test is open source so we could try to fix it upstream I guess.The text was updated successfully, but these errors were encountered: