Latest DBD::SQLite really went to shit >:(
Peter Rabbitson [Wed, 27 Oct 2010 18:01:35 +0000 (20:01 +0200)]
t/storage/txn.t

index 24d40f1..a6a5f0b 100644 (file)
@@ -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) = @_;