From a9e834aea4bdea39748dd521306f534d9fe59c35 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sat, 20 May 2023 16:04:15 +0200 Subject: [PATCH] Fix 02735_system_zookeeper_connection for DatabaseReplicated Signed-off-by: Azat Khuzhin --- tests/queries/0_stateless/02735_system_zookeeper_connection.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queries/0_stateless/02735_system_zookeeper_connection.sql b/tests/queries/0_stateless/02735_system_zookeeper_connection.sql index 10f12177b2e..b409913d183 100644 --- a/tests/queries/0_stateless/02735_system_zookeeper_connection.sql +++ b/tests/queries/0_stateless/02735_system_zookeeper_connection.sql @@ -1,4 +1,4 @@ --- Tags: no-fasttest +-- Tags: no-fasttest, no-replicated-database DROP TABLE IF EXISTS test_zk_connection_table;