From: Peter Rabbitson Date: Wed, 27 Oct 2010 18:01:35 +0000 (+0200) Subject: Latest DBD::SQLite really went to shit >:( X-Git-Tag: v0.08124~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=597cf92a5f07681bff9c30022698087756387250;p=dbsrgits%2FDBIx-Class.git Latest DBD::SQLite really went to shit >:( --- diff --git a/t/storage/txn.t b/t/storage/txn.t index 24d40f1..a6a5f0b 100644 --- a/t/storage/txn.t +++ b/t/storage/txn.t @@ -7,6 +7,9 @@ use Test::Exception; use lib qw(t/lib); use DBICTest; +plan skip_all => 'Disabled on windows, pending resolution of DBD::SQLite SIGSEGVs' + if $^O eq 'MSWin32'; + my $code = sub { my ($artist, @cd_titles) = @_;