This test is not fast

This commit is contained in:
Raúl Marín 2024-11-21 13:18:38 +01:00
parent 7baaf24fc3
commit 51356a4e56

View File

@ -1,4 +1,4 @@
-- Tags: no-parallel
-- Tags: no-fasttest, no-parallel
-- Tag no-parallel -- due to failpoints
create table data_r1 (key Int, value String) engine=ReplicatedMergeTree('/tables/{database}/data', '{table}') order by tuple();