Slide 13
Slide 13 text
Test Stability Highly Important
● Flaky JVM tests are bad, flaky Android tests are worse
● Disable/delete flaky tests as running them has high costs
● State clean-up (e.g. @After)
● Factory reset or Android User Profiles in custom lab