From 3e12e39fb3dd0346578d50fe98215f1c6bce354c Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 13 Apr 2018 22:18:36 +0200 Subject: skip innodb-table-online,crypt tests if no encryption plugin --- mysql-test/suite.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/suite.pm') diff --git a/mysql-test/suite.pm b/mysql-test/suite.pm index cb9ab0c375d..5ac3bd3e138 100644 --- a/mysql-test/suite.pm +++ b/mysql-test/suite.pm @@ -20,6 +20,9 @@ sub skip_combinations { my %skip = ( 'include/have_innodb.combinations' => [ @combinations ], 'include/have_xtradb.combinations' => [ @combinations ]); + $skip{'include/innodb_encrypt_log.combinations'} = [ 'crypt' ] + unless $ENV{DEBUG_KEY_MANAGEMENT_SO}; + # don't run tests for the wrong platform $skip{'include/platform.combinations'} = [ (IS_WINDOWS) ? 'unix' : 'win' ]; -- cgit v1.2.1