Comment for disabled assert

This commit is contained in:
Igor Nikonov 2024-01-19 14:54:20 +00:00
parent 522cce991a
commit 3d8be9d588

View File

@ -108,6 +108,8 @@ def test_parallel_replicas_custom_key_failover(
== "subqueries\t4\n"
)
# currently this assert is flaky with asan and tsan builds, disable the assert in such cases for now
# will be investigated separately
if (
not node1.is_built_with_thread_sanitizer()
and not node1.is_built_with_address_sanitizer()