mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
skip fasttest
This commit is contained in:
parent
b25c3fb659
commit
540956112d
@ -1,3 +1,5 @@
|
||||
-- Tags: no-fasttest
|
||||
|
||||
drop table if exists test_table;
|
||||
|
||||
create table test_table (col String, col_nullable Nullable(String)) engine MergeTree order by col;
|
||||
|
Loading…
Reference in New Issue
Block a user