summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2020-07-20 14:15:25 +0300
committerMonty <monty@mariadb.org>2020-07-23 10:54:33 +0300
commitd55f8a249eb9f2687a74f95f04ffd125998358da (patch)
tree39059ab4778c0c3c4ff1312180dbff5a4154e306
parent747479aba26dd5502565ec0ccf4c2f58dd70ee05 (diff)
downloadmariadb-git-d55f8a249eb9f2687a74f95f04ffd125998358da.tar.gz
Disable maria.max_length when using valgrind (too slow)
-rw-r--r--mysql-test/suite/maria/max_length.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/max_length.test b/mysql-test/suite/maria/max_length.test
index 4ebe48b4979..a5bfb0b8fd6 100644
--- a/mysql-test/suite/maria/max_length.test
+++ b/mysql-test/suite/maria/max_length.test
@@ -4,6 +4,8 @@
--source include/have_maria.inc
--source include/have_sequence.inc
--source include/big_test.inc
+# This test is too slow for valgrind
+--source include/not_valgrind.inc
drop table if exists t1,t2;