diff options
-rw-r--r-- | mysql-test/suite/innodb/t/encryption_threads_shutdown.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/encryption_threads_shutdown.test b/mysql-test/suite/innodb/t/encryption_threads_shutdown.test index c3ed2b29c52..5a63df5db86 100644 --- a/mysql-test/suite/innodb/t/encryption_threads_shutdown.test +++ b/mysql-test/suite/innodb/t/encryption_threads_shutdown.test @@ -1,5 +1,6 @@ # This test is for MDEV-24612 fix --source include/have_innodb.inc +--source include/not_embedded.inc call mtr.add_suppression("Creating system tablespace with existing redo log file is not recommended."); call mtr.add_suppression("InnoDB: Database creation was aborted"); |