Fix: supress test with tsan

This commit is contained in:
Igor Nikonov 2023-11-21 11:26:14 +00:00
parent 2a59a688de
commit 08b2740d0f

View File

@ -110,7 +110,7 @@ def rabbitmq_setup_teardown():
],
)
def test_rabbitmq_select(rabbitmq_cluster, secure):
if secure and instance.is_built_with_memory_sanitizer():
if secure and instance.is_built_with_thread_sanitizer():
pytest.skip(
"Data races: see https://github.com/ClickHouse/ClickHouse/issues/56866"
)