-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Looks good, adding a code clarity request.
Not sure about tests, our Android tests can be quite brittle when run in CI, so it's not clear if it passes or not sometimes until Den runs them locally. Hopefully over time it can be improved.
Yes, Android tests constantly fail here or there. Can we do something to improve that? Last time I've increased time limit and they've passed - maybe another increase needed?
Originally posted by @IvanPizhenko in #1103 (comment)
Current approach to making sure that tests run on CI has been to disable certain tests that don't run well on CI and only run them locally. But that is not ideal. Since Den is able to run all of the tests locally reliably, there must be something we can do to make them run reliably in CI too.
Ideally we would run all available tests on CI and they would run with reasonable reliability.