blob: ca1e2c1d7bd4bb57f94a573cc56f9b34a58fa45d (
plain)
1
2
3
4
5
6
|
# This file should only be used with tests that are too big or slow for MSAN.
if (`select count(*) from information_schema.system_variables where variable_name='have_sanitizer' and global_value like "MSAN%"`)
{
--skip Can't be run WITH_MSAN
}
|