mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-399 Combinations defined in the base suite cannot be skipped by overlay
When appliying parent combinations to the overlay, filter them through the %skip_combinations using the overlayed filename
This commit is contained in:
8
storage/example/mysql-test/mtr/suite.pm
Normal file
8
storage/example/mysql-test/mtr/suite.pm
Normal file
@ -0,0 +1,8 @@
|
||||
package My::Suite::MTR::Example;
|
||||
|
||||
@ISA = qw(My::Suite);
|
||||
|
||||
sub skip_combinations {(
|
||||
't/combs.combinations' => [ 'c1' ],
|
||||
)}
|
||||
bless { };
|
Reference in New Issue
Block a user