Skip to content

Commit ee9ac6c

Browse files
committed
disable 'log export' for clickbench
1 parent 55a4f67 commit ee9ac6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/jobs/clickbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def install():
3333
def start():
3434
return ch.start() and (
3535
ch.start_log_exports(check_start_time=stop_watch.start_time)
36-
if not Info().is_local_run
36+
if False # not Info().is_local_run # NOTE (strtgbb): We don't use this log export mechanism
3737
else True
3838
)
3939

0 commit comments

Comments
 (0)