mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Speed up buildbot by requiring --big-test for some slow tests
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
--source include/not_embedded.inc
|
||||
# DBUG_SUICIDE() hangs under valgrind
|
||||
--source include/not_valgrind.inc
|
||||
# This test is slow on buildbot.
|
||||
--source include/big_test.inc
|
||||
|
||||
CREATE TABLE t1(
|
||||
a INT AUTO_INCREMENT PRIMARY KEY,
|
||||
|
Reference in New Issue
Block a user