summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Stepanova <elenst@montyprogram.com>2017-02-06 14:22:48 +0200
committerElena Stepanova <elenst@montyprogram.com>2017-02-06 14:22:48 +0200
commit4630d889b68a68b44e76d764b8db31308b5586d4 (patch)
treeb56795ed174deea3c829dab8b8c33d4c626dccb5
parentfcedf789b49b086b49e9354d0030ee3ce8af4197 (diff)
downloadmariadb-git-bb-10.2-mdev7635.elenst.tar.gz
Disable mroonga tests temporarily as they have not been adjusted yetbb-10.2-mdev7635.elenst
-rw-r--r--storage/mroonga/mysql-test/mroonga/storage/suite.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/mroonga/mysql-test/mroonga/storage/suite.pm b/storage/mroonga/mysql-test/mroonga/storage/suite.pm
index 7e4f8c1776b..e25b17dfe33 100644
--- a/storage/mroonga/mysql-test/mroonga/storage/suite.pm
+++ b/storage/mroonga/mysql-test/mroonga/storage/suite.pm
@@ -5,7 +5,7 @@ package My::Suite::Mroonga;
return "No Mroonga engine" unless $ENV{HA_MROONGA_SO} or
$::mysqld_variables{'mroonga'} eq "ON";
-sub is_default { not $::opt_embedded_server }
+#sub is_default { not $::opt_embedded_server }
my $groonga_normalizer_mysql_dir=$::basedir . '/storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql';
my $groonga_normalizer_mysql_install_dir=$::basedir . '/lib/groonga/plugins';