-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Android smoke test #1865
base: main
Are you sure you want to change the base?
Conversation
use older macos
Something is really broken here. The tests pass in CI but if you look at the logs you'll see
and they are still timing out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the fail-condition needs to be reworked. The tests should not fail and the step still succeeds.
@lucas-zimerman could u give this another stab plz? |
Sorry I didn't receive the notifications for this PR :( |
re-requested @bitsandfoxes review since CI looks happy |
It looks like CI is lying and in fact not happy at all. 😞
|
Here are the main fixes implemented on the PR:
NOTE: Ideally we should use cache the emulators, but things were too flaky when caching the emulator that I opted to not cache it for the moment.
Close #1811
#skip-changelog.