Skip to content

Commit

Permalink
Remove unnecessary test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Jan 20, 2025
1 parent 572fd04 commit bc65340
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ muzzle {
// See the docs on how to do it:
// https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/muzzle.md
}

tasks.withType<Test>().configureEach {
// The instrumentation is experimental and therefore disabled by default, it needs to be explicitly enabled
jvmArgs("-Dotel.instrumentation.openai-client.enabled=true")
}

0 comments on commit bc65340

Please sign in to comment.