Fixed test for MySQL 5.6

This commit is contained in:
Carlos Salguero
2018-06-27 23:23:23 -03:00
parent 345b7c1d0a
commit d1cc7bfee7

View File

@@ -21,7 +21,7 @@ my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
if ($sandbox_version ge '8.0') {
plan skip_all => "TODO master master sandbox is failing with MySQL 8.0+. FIX ME !!!!";
} else {
plan 4;
plan tests => 4;
}
# #############################################################################