diff --git a/tests/queries/skip_list.json b/tests/queries/skip_list.json index 36cca55779d..05574742cca 100644 --- a/tests/queries/skip_list.json +++ b/tests/queries/skip_list.json @@ -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 ] }