Merge pull request #69229 from ClickHouse/backport/24.8/69193

Backport #69193 to 24.8: Disable memory test with sanitizer
This commit is contained in:
robot-ch-test-poll4 2024-09-03 23:04:28 +02:00 committed by GitHub
commit 10eebb4e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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