Disable memory test with sanitizer

This commit is contained in:
alesapin 2024-09-03 14:15:12 +02:00
parent 715a18dc40
commit 0d30fbb8fb

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