From d9da4e42356f720cf5662c67b764bda5d95668c7 Mon Sep 17 00:00:00 2001 From: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:27:11 +0100 Subject: [PATCH] Update test.py --- tests/integration/test_storage_s3_queue/test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/test_storage_s3_queue/test.py b/tests/integration/test_storage_s3_queue/test.py index af39e4725b3..732ab6ce4a7 100644 --- a/tests/integration/test_storage_s3_queue/test.py +++ b/tests/integration/test_storage_s3_queue/test.py @@ -2318,6 +2318,9 @@ def test_alter_settings(started_cluster): def test_list_and_delete_race(started_cluster): + 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()}"