Backport #69193 to 24.3: Disable memory test with sanitizer

This commit is contained in:
robot-clickhouse 2024-09-03 17:10:14 +00:00
parent fee3ca8942
commit 750f2499b5

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Tags: long, no-replicated-database, no-parallel, no-fasttest
# Tags: long, no-replicated-database, no-parallel, no-fasttest, no-tsan, no-asan, no-msan, no-ubsan
# no sanitizers -- memory consumption is unpredicatable with sanitizers
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh