skip fasttest

This commit is contained in:
Amos Bird 2021-09-24 01:20:59 +08:00
parent b25c3fb659
commit 540956112d
No known key found for this signature in database
GPG Key ID: 80D430DCBECFEDB4

View File

@ -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;