mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
6ed4a283fd
When appliying parent combinations to the overlay, filter them through the %skip_combinations using the overlayed filename
8 lines
136 B
Perl
8 lines
136 B
Perl
package My::Suite::MTR::Example;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
sub skip_combinations {(
|
|
't/combs.combinations' => [ 'c1' ],
|
|
)}
|
|
bless { };
|