summaryrefslogtreecommitdiffstats
path: root/storage/example/mysql-test/mtr/suite.pm
diff options
context:
space:
mode:
Diffstat (limited to 'storage/example/mysql-test/mtr/suite.pm')
-rw-r--r--storage/example/mysql-test/mtr/suite.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/example/mysql-test/mtr/suite.pm b/storage/example/mysql-test/mtr/suite.pm
new file mode 100644
index 00000000..f7ff4224
--- /dev/null
+++ b/storage/example/mysql-test/mtr/suite.pm
@@ -0,0 +1,8 @@
+package My::Suite::MTR::Example;
+
+@ISA = qw(My::Suite);
+
+sub skip_combinations {(
+ 't/combs.combinations' => [ 'c1' ],
+)}
+bless { };