Add to skip list for parallel runs

This commit is contained in:
Alexey Milovidov 2021-03-03 04:37:11 +03:00
parent 8f45ed5117
commit 71b52542d9

View File

@ -757,6 +757,7 @@
"memory_limit",
"polygon_dicts", // they use an explicitly specified database
"01658_read_file_to_stringcolumn",
"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
]
}