mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Updated tests skiplists
This commit is contained in:
parent
4db713103b
commit
aa1a16d2b9
@ -212,3 +212,9 @@
|
|||||||
01017_uniqCombined_memory_usage
|
01017_uniqCombined_memory_usage
|
||||||
01747_join_view_filter_dictionary
|
01747_join_view_filter_dictionary
|
||||||
01748_dictionary_table_dot
|
01748_dictionary_table_dot
|
||||||
|
00950_dict_get,
|
||||||
|
01683_flat_dictionary
|
||||||
|
01681_cache_dictionary_simple_key
|
||||||
|
01682_cache_dictionary_complex_key
|
||||||
|
01684_ssd_cache_dictionary_simple_key
|
||||||
|
01685_ssd_cache_dictionary_complex_key
|
||||||
|
@ -762,6 +762,9 @@
|
|||||||
"01721_engine_file_truncate_on_insert", // It's ok to execute in parallel but not several instances of the same test.
|
"01721_engine_file_truncate_on_insert", // It's ok to execute in parallel but not several instances of the same test.
|
||||||
"01748_dictionary_table_dot", // creates database
|
"01748_dictionary_table_dot", // creates database
|
||||||
"00950_dict_get",
|
"00950_dict_get",
|
||||||
|
"01683_flat_dictionary",
|
||||||
|
"01681_cache_dictionary_simple_key",
|
||||||
|
"01682_cache_dictionary_complex_key",
|
||||||
"01684_ssd_cache_dictionary_simple_key",
|
"01684_ssd_cache_dictionary_simple_key",
|
||||||
"01685_ssd_cache_dictionary_complex_key"
|
"01685_ssd_cache_dictionary_complex_key"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user