mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Comment for disabled assert
This commit is contained in:
parent
522cce991a
commit
3d8be9d588
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user