Skip to content

Commit

Permalink
No need to enable grizzly instrumentation, it is enabled by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Dec 12, 2023
1 parent d4e03cc commit 49befbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions instrumentation/grizzly-2.3/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ tasks {
}

withType<Test>().configureEach {
jvmArgs("-Dotel.instrumentation.grizzly.enabled=true")

// required on jdk17
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
Expand Down

0 comments on commit 49befbd

Please sign in to comment.