I there a way to disable delay skipping behavior o...
# coroutines
m
I there a way to disable delay skipping behavior of
runBlockingTest
(so it will automatically advance non-time tasks, but not time-based tasks)?
Digging though code, that does not appear to be possible. Made ticket: https://github.com/Kotlin/kotlinx.coroutines/issues/1266