Skip to content

Commit

Permalink
Ratpack tests pass with strick context check (open-telemetry#3259)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored and robododge committed Jun 17, 2021
1 parent 190294b commit 337d210
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 337d210

Please sign in to comment.