summaryrefslogtreecommitdiffstats
path: root/storage/example/mysql-test/mtr/suite.pm
blob: f7ff42241fe5ebdf975eb8e2ee879a2014db29c2 (plain)
1
2
3
4
5
6
7
8
package My::Suite::MTR::Example;

@ISA = qw(My::Suite);

sub skip_combinations {(
    't/combs.combinations' => [ 'c1' ],
)}
bless { };