Skip to content

Commit 5d1f1fb

Browse files
authored
Enable strict context check for hystrix (#14922)
1 parent a1050cf commit 5d1f1fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/hystrix-1.4/javaagent/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ tasks {
2424
withType<Test>().configureEach {
2525
// Disable so failure testing below doesn't inadvertently change the behavior.
2626
jvmArgs("-Dhystrix.command.default.circuitBreaker.enabled=false")
27-
jvmArgs("-Dio.opentelemetry.javaagent.shaded.io.opentelemetry.context.enableStrictContext=false")
2827

2928
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
3029

0 commit comments

Comments
 (0)