Disable strict context check for mongo4 tests (#4336)
* Disable strict context check for mongo4 tests * spotless
This commit is contained in:
parent
354699647a
commit
344c74a02d
|
@ -26,5 +26,8 @@ dependencies {
|
|||
tasks {
|
||||
test {
|
||||
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].getService())
|
||||
if (findProperty("testLatestDeps") as Boolean) {
|
||||
jvmArgs("-Dio.opentelemetry.javaagent.shaded.io.opentelemetry.context.enableStrictContext=false")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue