X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threadnodb.t;h=9b69fa134e0b8dbb7248a8939a806ca1e40b3b0c;hb=331886ef1b5ab7a732915b8213dd525a3ea63b88;hp=ea352028fae508e31bdd2e5000cf072a6eb63b6f;hpb=50e6c52e05fbcc9ff63926c8c85cc2ec92ae8531;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threadnodb.t b/t/51threadnodb.t index ea35202..9b69fa1 100644 --- a/t/51threadnodb.t +++ b/t/51threadnodb.t @@ -11,14 +11,14 @@ use strict; use warnings; use Test::More; +use lib qw(t/lib); +use DBICTest; + 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; +plan skip_all => 'Potential problems on Win32 Perl < 5.14 and Variable::Magic - investigation pending' + if $^O eq 'MSWin32' && $] < 5.014 && DBICTest::RunMode->is_plain; # README: If you set the env var to a number greater than 10, # we will use that many children