X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threadnodb.t;h=ea352028fae508e31bdd2e5000cf072a6eb63b6f;hb=50e6c52e05fbcc9ff63926c8c85cc2ec92ae8531;hp=52cdcd8b52147fdce6ed9ede28b370fc8a03fd8c;hpb=a4367b26b7b086d368880cd4d822eb4fb34603e7;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threadnodb.t b/t/51threadnodb.t index 52cdcd8..ea35202 100644 --- a/t/51threadnodb.t +++ b/t/51threadnodb.t @@ -14,6 +14,9 @@ use Test::More; plan skip_all => 'DBIC does not actively support threads before perl 5.8.5' if $] < '5.008005'; +plan skip_all => 'test dangerous on Win32 for < 5.14 set TEST_AUTHOR to run' + if $^O eq 'MSWin32' && $] < 5.014 && !$ENV{TEST_AUTHOR}; + use lib qw(t/lib); use DBICTest;