mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Disable parallel run for 02440_mutations_finalization test
This commit is contained in:
parent
eb51dc8980
commit
0ef2c7d486
@ -1,3 +1,4 @@
|
|||||||
|
-- Tags: no-parallel
|
||||||
|
|
||||||
create table mut (n int) engine=ReplicatedMergeTree('/test/02440/{database}/mut', '1') order by tuple();
|
create table mut (n int) engine=ReplicatedMergeTree('/test/02440/{database}/mut', '1') order by tuple();
|
||||||
set insert_keeper_fault_injection_probability=0;
|
set insert_keeper_fault_injection_probability=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user