From f7012e378233838f49fa3ba35ae5c7fb574492e6 Mon Sep 17 00:00:00 2001 From: Nikita Taranov Date: Tue, 9 Aug 2022 14:28:37 +0200 Subject: [PATCH] Update 02354_distributed_with_external_aggregation_memory_usage.sql --- ...02354_distributed_with_external_aggregation_memory_usage.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queries/0_stateless/02354_distributed_with_external_aggregation_memory_usage.sql b/tests/queries/0_stateless/02354_distributed_with_external_aggregation_memory_usage.sql index ffd2e14fe50..548660e36b1 100644 --- a/tests/queries/0_stateless/02354_distributed_with_external_aggregation_memory_usage.sql +++ b/tests/queries/0_stateless/02354_distributed_with_external_aggregation_memory_usage.sql @@ -1,4 +1,4 @@ --- Tags: long, no-tsan, no-msan, no-asan, no-ubsan, no-debug +-- Tags: long, no-tsan, no-msan, no-asan, no-ubsan, no-debug, no-s3-storage create table t_2354_dist_with_external_aggr(a UInt64, b String, c FixedString(100)) engine = MergeTree order by tuple();