diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-01-28 07:51:43 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-01-28 07:51:43 +0200 |
commit | c6308355e5fb164edc1e53b0cd6c6d661cd84f15 (patch) | |
tree | 68eddbf0d187680f23ac4208fdf5212e43f0ceb2 | |
parent | 700ae20d458ff47f53a4df0cf9f1283b015a6bd9 (diff) | |
download | mariadb-git-c6308355e5fb164edc1e53b0cd6c6d661cd84f15.tar.gz |
MDEV-24612 fixup: Skip the test for --embedded
-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"); |