Skip to content

Commit bcb9ea6

Browse files
authored
Enable strict context check for kotlinx coroutines (#14923)
1 parent 5d1f1fb commit bcb9ea6

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)