Updated tests skiplists

This commit is contained in:
Maksim Kita 2021-03-06 22:17:24 +03:00
parent 4db713103b
commit aa1a16d2b9
2 changed files with 9 additions and 0 deletions

View File

@ -212,3 +212,9 @@
01017_uniqCombined_memory_usage
01747_join_view_filter_dictionary
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

View File

@ -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.
"01748_dictionary_table_dot", // creates database
"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"
]