# This file should only be used with tests that are too big or slow for MSAN with Debug. if (`select count(*) from information_schema.system_variables where variable_name='have_sanitizer' and global_value like "MSAN%"`) { if (`select version() like '%debug%'`) { --skip Can't be run WITH_MSAN and CMAKE_BUILD_TYPE=Debug } }