From a33060f93c8bcc4751e087e356cf21ac0f57a5f9 Mon Sep 17 00:00:00 2001 From: Amos Bird Date: Tue, 20 Apr 2021 22:10:24 +0800 Subject: [PATCH] skip parallel tests --- tests/queries/skip_list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/queries/skip_list.json b/tests/queries/skip_list.json index 37b099b0b5a..4b07f9ca3c8 100644 --- a/tests/queries/skip_list.json +++ b/tests/queries/skip_list.json @@ -694,6 +694,7 @@ "01702_system_query_log", // It's ok to execute in parallel with oter tests but not several instances of the same test. "01748_dictionary_table_dot", // creates database "00950_dict_get", + "01615_random_one_shard_insertion" "01683_flat_dictionary", "01681_cache_dictionary_simple_key", "01682_cache_dictionary_complex_key",