From c6308355e5fb164edc1e53b0cd6c6d661cd84f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Thu, 28 Jan 2021 07:51:43 +0200 Subject: [PATCH] MDEV-24612 fixup: Skip the test for --embedded --- mysql-test/suite/innodb/t/encryption_threads_shutdown.test | 1 + 1 file changed, 1 insertion(+) 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");