We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1050cf commit 5d1f1fbCopy full SHA for 5d1f1fb
instrumentation/hystrix-1.4/javaagent/build.gradle.kts
@@ -24,7 +24,6 @@ tasks {
24
withType<Test>().configureEach {
25
// Disable so failure testing below doesn't inadvertently change the behavior.
26
jvmArgs("-Dhystrix.command.default.circuitBreaker.enabled=false")
27
- jvmArgs("-Dio.opentelemetry.javaagent.shaded.io.opentelemetry.context.enableStrictContext=false")
28
29
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
30
0 commit comments