backcompat tests now run, but fail
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / backcompat / 0.04006 / 11mysql_common.t
index c65c7b1..fdb63d2 100644 (file)
@@ -1,6 +1,10 @@
 use strict;
-use lib qw(t/lib);
+use lib qw(t/backcompat/0.04006/lib);
 use dbixcsl_common_tests;
+use Test::More;
+plan skip_all => 'Backcompat tests disabled'
+    unless $ENV{SCHEMA_LOADER_TESTS_BACKCOMPAT};
+
 
 my $dsn         = $ENV{DBICTEST_MYSQL_DSN} || '';
 my $user        = $ENV{DBICTEST_MYSQL_USER} || '';