From 51765b51f3b8ddf498e727a807dcd725a51556c2 Mon Sep 17 00:00:00 2001 From: Alexander Tokmakov Date: Thu, 23 Mar 2023 15:27:44 +0300 Subject: [PATCH] Update 01072_window_view_multiple_columns_groupby.sh --- .../0_stateless/01072_window_view_multiple_columns_groupby.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/queries/0_stateless/01072_window_view_multiple_columns_groupby.sh b/tests/queries/0_stateless/01072_window_view_multiple_columns_groupby.sh index 1b66beffe7e..062ecf648a7 100755 --- a/tests/queries/0_stateless/01072_window_view_multiple_columns_groupby.sh +++ b/tests/queries/0_stateless/01072_window_view_multiple_columns_groupby.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Tags: no-random-settings, no-fasttest +# Tags: no-random-settings, no-fasttest, no-parallel +# For unknown reason this test is flaky without no-parallel CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh