Users currently have to override Gradle's default parallelization... ```gradle.kts tasks.withType<Test> { maxParallelForks = 1 } ``` ...because we haven't yet handled combining results from multiple Test Executors.