logic fail in naming_set check
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / backcompat / 0.04006 / 12pg_common.t
index 21e83ec..ec3e991 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 => 'set SCHEMA_LOADER_TESTS_BACKCOMPAT to enable these tests'
+    unless $ENV{SCHEMA_LOADER_TESTS_BACKCOMPAT};
+
 
 my $dsn      = $ENV{DBICTEST_PG_DSN} || '';
 my $user     = $ENV{DBICTEST_PG_USER} || '';