Skip to content

Commit

Permalink
Fix CI tests (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog authored Jul 30, 2024
1 parent 7f2b515 commit c24886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check If Java Tracing Works
run: |
LOG_FILE=java-output.log
TRACER_INIT_LOG="DATADOG TRACER CONFIGURATION"
TRACER_INIT_LOG="CI Visibility settings"
# there is currently a problem with Test Visibility in the Java tracer that prevents it from exiting when tracing an "empty" Java process, hence the timeout
# the "true" is needed to not break the build when the timeout is triggered
Expand Down

0 comments on commit c24886f

Please sign in to comment.