diff options
Diffstat (limited to 'mysql-test/include/not_msan.inc')
-rw-r--r-- | mysql-test/include/not_msan.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/include/not_msan.inc b/mysql-test/include/not_msan.inc new file mode 100644 index 00000000..ca1e2c1d --- /dev/null +++ b/mysql-test/include/not_msan.inc @@ -0,0 +1,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 +} |