diff --git a/tests/queries/0_stateless/02922_deduplication_with_zero_copy.sh b/tests/queries/0_stateless/02922_deduplication_with_zero_copy.sh index 17f0afed804..4dd4c7bfcb9 100755 --- a/tests/queries/0_stateless/02922_deduplication_with_zero_copy.sh +++ b/tests/queries/0_stateless/02922_deduplication_with_zero_copy.sh @@ -60,7 +60,7 @@ function insert_duplicates() { $CLICKHOUSE_CLIENT -q "insert into r1 values(1);" & - $CLICKHOUSE_CLIENT -q "insert into r2 values(1);" + $CLICKHOUSE_CLIENT --send_logs_level="error" -q "insert into r2 values(1);" wait