From cbd4bace6f265561902455aa18a9a894c43e6acc Mon Sep 17 00:00:00 2001 From: Vitaly Baranov Date: Sat, 30 Jan 2021 21:26:08 +0300 Subject: [PATCH] Mark that test 01676_dictget_in_default_expression should not be run in parallel. --- 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 0ec0f760d8d..600a2fd6028 100644 --- a/tests/queries/skip_list.json +++ b/tests/queries/skip_list.json @@ -566,6 +566,7 @@ "01602_show_create_view", "01603_rename_overwrite_bug", "01646_system_restart_replicas_smoke", // system restart replicas is a global query + "01676_dictget_in_default_expression", "attach", "ddl_dictionaries", "dictionary",