diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index e348db54e6a..72a40d0a2fd 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -234,7 +234,6 @@ def monitor_pipeline( f"* {job_name:{name_field_pad}} succ: {n_succeed}; " f"fail: {n_failed}; " f"total: {n_total_seen} of {stress}", - flush=False, ) if stress < 0 or n_total_completed < stress: enough = False