Skip to content

Commit

Permalink
Enable OpenTelemetry Profile when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TQJADE committed Aug 15, 2024
1 parent 11de46f commit ef4b19e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ def main():
else:
test_env = "local"

extra_profiles = get_hadoop_profiles(hadoop_version) + get_scala_profiles(scala_version)
extra_profiles = (get_hadoop_profiles(hadoop_version) + get_scala_profiles(scala_version) +
["-Popentelemetry-reporter"])

print(
"[info] Using build tool",
Expand Down

0 comments on commit ef4b19e

Please sign in to comment.