Ratpack tests pass with strick context check (#3259)

This commit is contained in:
Lauri Tulmin 2021-06-11 23:42:48 +03:00 committed by GitHub
parent 3b09d46950
commit 8a6ec1126f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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
configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0"