mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix skip lists
This commit is contained in:
parent
fb826557b7
commit
3f717ea1c4
@ -145,4 +145,8 @@
|
||||
01461_query_start_time_microseconds
|
||||
01455_shard_leaf_max_rows_bytes_to_read
|
||||
01505_distributed_local_type_conversion_enum
|
||||
00604_show_create_database
|
||||
00609_mv_index_in_in
|
||||
00510_materizlized_view_and_deduplication_zookeeper
|
||||
00738_lock_for_inner_table
|
||||
01505_log_distributed_deadlock
|
||||
|
@ -89,10 +89,9 @@
|
||||
"release-build": [
|
||||
],
|
||||
"database-ordinary": [
|
||||
"00604_show_create_database"
|
||||
],
|
||||
"polymorphic-parts": [
|
||||
"00933_test_fix_extra_seek_on_compressed_cache",
|
||||
"00446_clear_column_in_partition_zookeeper"
|
||||
"00604_show_create_database",
|
||||
"00609_mv_index_in_in",
|
||||
"00510_materizlized_view_and_deduplication_zookeeper",
|
||||
"00738_lock_for_inner_table"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user