Skip to content
Permalink
Browse files
skip innodb-table-online,crypt tests if no encryption plugin
  • Loading branch information
vuvova committed Apr 13, 2018
1 parent 2bf355f commit 3e12e39
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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' ];

0 comments on commit 3e12e39

Please sign in to comment.