X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbackcompat%2F0.04006%2F10sqlite_common.t;h=ea98d92bd98e5be94117386db251b45867937771;hb=fb3bb5958c3dae19c8304c9e489713b956c93efb;hp=4dd6adc0661e10b92954bf08e1748529cf30c588;hpb=1c94fb11fa5772bdc5aa8d785a429ab1d7d5fab9;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/backcompat/0.04006/10sqlite_common.t b/t/backcompat/0.04006/10sqlite_common.t index 4dd6adc..ea98d92 100644 --- a/t/backcompat/0.04006/10sqlite_common.t +++ b/t/backcompat/0.04006/10sqlite_common.t @@ -2,7 +2,7 @@ use strict; use lib qw(t/backcompat/0.04006/lib); use dbixcsl_common_tests; use Test::More; -plan skip_all => 'Backcompat tests disabled' +plan skip_all => 'set SCHEMA_LOADER_TESTS_BACKCOMPAT to enable these tests' unless $ENV{SCHEMA_LOADER_TESTS_BACKCOMPAT}; eval { require DBD::SQLite };