Ratpack tests pass with strick context check (#3259)
This commit is contained in:
parent
3b09d46950
commit
8a6ec1126f
|
@ -20,10 +20,5 @@ dependencies {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(Test).configureEach {
|
|
||||||
// https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/2648
|
|
||||||
jvmArgs "-Dio.opentelemetry.javaagent.shaded.io.opentelemetry.context.enableStrictContext=false"
|
|
||||||
}
|
|
||||||
|
|
||||||
// Requires old Guava. Can't use enforcedPlatform since predates BOM
|
// Requires old Guava. Can't use enforcedPlatform since predates BOM
|
||||||
configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0"
|
configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0"
|
||||||
|
|
Loading…
Reference in New Issue