summaryrefslogtreecommitdiff
path: root/mysql-test/include/not_msan.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/not_msan.inc')
-rw-r--r--mysql-test/include/not_msan.inc6
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 00000000000..ca1e2c1d7bd
--- /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
+}