mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix test not to be run on embedded, because of restart.
This commit is contained in:
parent
a0df8225ec
commit
67dbfab3d7
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
--source include/have_innodb.inc
|
||||
|
||||
# embedded does not support restart
|
||||
-- source include/not_embedded.inc
|
||||
-- source include/not_valgrind.inc
|
||||
# Avoid CrashReporter popup on Mac
|
||||
-- source include/not_crashrep.inc
|
||||
#
|
||||
# MDEV-8750: Server crashes in page_cur_is_after_last on altering table using a wrong encryption key
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue