Skip to content

Commit

Permalink
Disable otel when testing fat jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Nov 20, 2024
1 parent ba2ac91 commit 82494c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-fat-jar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare JAR_PID=""
declare CURL_PID=""

function validate() {
java -jar "${JAR}" &
java -jar -Dotel.sdk.disabled=true "${JAR}" &
JAR_PID=$!

# give some time for the server to come up ...
Expand Down

0 comments on commit 82494c1

Please sign in to comment.