mattinger
11/11/2024, 3:06 PM@get:Rule
val composeTestRule = createComposeRule().apply { mainClock.autoAdvance = false }
We have a ton of flakiness in our tests when runs as an entire suite, and i'm wondering if this could be why. If the clock is shared, it could be left in a bad state (not auto advancing) for subsequent tests.