Skip to content

Commit 9572599

Browse files
committed
Enable strict context check for kotlinx coroutines
1 parent 03b8ad5 commit 9572599

File tree

1 file changed

+0
-4
lines changed
  • instrumentation/kotlinx-coroutines/kotlinx-coroutines-flow-1.3/javaagent

1 file changed

+0
-4
lines changed

instrumentation/kotlinx-coroutines/kotlinx-coroutines-flow-1.3/javaagent/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,3 @@ kotlin {
4141
jvmTarget.set(JvmTarget.JVM_1_8)
4242
}
4343
}
44-
45-
tasks.withType<Test>().configureEach {
46-
jvmArgs("-Dio.opentelemetry.javaagent.shaded.io.opentelemetry.context.enableStrictContext=false")
47-
}

0 commit comments

Comments
 (0)