X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Ftxn.t;h=a6a5f0b9983abc55ffd4338f92c2fec43d6c3bf3;hb=64ae166780d0cb2b9577e506da9b9b240c146d20;hp=24d40f12e4bd89b74d4f87395f81c716a8f44e8b;hpb=471a5fddd105be3f526ab3be978dc74f6b990609;p=dbsrgits%2FDBIx-Class.git 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) = @_;