mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Add test to antlr skip list
This commit is contained in:
parent
76d1e8243a
commit
94e557483e
@ -390,7 +390,8 @@
|
||||
"01655_plan_optimizations",
|
||||
"01475_read_subcolumns_storages",
|
||||
"01674_clickhouse_client_query_param_cte",
|
||||
"01666_merge_tree_max_query_limit"
|
||||
"01666_merge_tree_max_query_limit",
|
||||
"01802_test_postgresql_protocol_with_row_policy" /// It cannot parse DROP ROW POLICY
|
||||
],
|
||||
"parallel":
|
||||
[
|
||||
@ -700,6 +701,6 @@
|
||||
"01778_hierarchical_dictionaries",
|
||||
"01780_clickhouse_dictionary_source_loop",
|
||||
"01785_dictionary_element_count",
|
||||
"01802_test_postgresql_protocol_with_row_policy"
|
||||
"01802_test_postgresql_protocol_with_row_policy" /// Creates database and users
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user