We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a4f67 commit ee9ac6cCopy full SHA for ee9ac6c
ci/jobs/clickbench.py
@@ -33,7 +33,7 @@ def install():
33
def start():
34
return ch.start() and (
35
ch.start_log_exports(check_start_time=stop_watch.start_time)
36
- if not Info().is_local_run
+ if False # not Info().is_local_run # NOTE (strtgbb): We don't use this log export mechanism
37
else True
38
)
39
0 commit comments