Skip to content

Commit 68b1e9f

Browse files
committed
Revert "Turn off test task instrumentation for kotlinx-coroutines-test"
This reverts commit cf0ecdb.
1 parent cf0ecdb commit 68b1e9f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kotlinx-coroutines-test/build.gradle.kts

-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ val experimentalAnnotations = listOf(
1111
kotlin {
1212
sourceSets.all { configureMultiplatform() }
1313
}
14-
15-
tasks.withType<Test> {
16-
extensions.configure(kotlinx.kover.api.KoverTaskExtension::class) {
17-
isDisabled.set(true)
18-
}
19-
}

0 commit comments

Comments
 (0)