X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fglobal_destruction.t;h=8b22c8d5ce410f5a2bc787ac5f27db7f30f096db;hb=4b8a53eabdb1629bacdb95f04ca8fc3718ca7c58;hp=e75e27739dcc381a940a930fa36322183c82ecef;hpb=5e51f71578bd97f5a9b2237cf5e84b899ad3f7bb;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/global_destruction.t b/t/storage/global_destruction.t index e75e277..8b22c8d 100644 --- a/t/storage/global_destruction.t +++ b/t/storage/global_destruction.t @@ -9,7 +9,8 @@ use DBIx::Class::Optional::Dependencies (); use lib qw(t/lib); use DBICTest; -plan skip_all => 'Test segfaults on Win32' if $^O eq 'MSWin32'; +plan skip_all => 'Test segfaults on Win32 - investigation pending' + if $^O eq 'MSWin32' && DBICTest::RunMode->is_plain; for my $type (qw/PG MYSQL SQLite/) {