From fe01be106c5d6d127bb080ddf5cf86065b8acbc9 Mon Sep 17 00:00:00 2001 From: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:38:26 +0100 Subject: [PATCH] Update test.py --- tests/integration/test_storage_s3_queue/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_storage_s3_queue/test.py b/tests/integration/test_storage_s3_queue/test.py index 732ab6ce4a7..e12f23b994c 100644 --- a/tests/integration/test_storage_s3_queue/test.py +++ b/tests/integration/test_storage_s3_queue/test.py @@ -2318,10 +2318,10 @@ def test_alter_settings(started_cluster): def test_list_and_delete_race(started_cluster): + node = started_cluster.instances["instance"] if node.is_built_with_sanitizer(): # Issue does not reproduce under sanitizer return - node = started_cluster.instances["instance"] node_2 = started_cluster.instances["instance2"] table_name = f"list_and_delete_race_{generate_random_string()}" dst_table_name = f"{table_name}_dst"