diff options
Diffstat (limited to 'mysql-test/include/long_test.inc')
-rw-r--r-- | mysql-test/include/long_test.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/include/long_test.inc b/mysql-test/include/long_test.inc new file mode 100644 index 00000000..765f88b8 --- /dev/null +++ b/mysql-test/include/long_test.inc @@ -0,0 +1,6 @@ +# We use this --source include to mark a test as taking long to run. +# We can use this to schedule such test early (to not be left with +# only one or two long tests running, and rests of works idle), or to +# run a quick test skipping long-running test cases. + +--source include/no_valgrind_without_big.inc |