projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f4cb7f5
)
Latest DBD::SQLite really went to shit >:(
Peter Rabbitson [Wed, 27 Oct 2010 18:01:35 +0000 (20:01 +0200)]
t/storage/txn.t
patch
|
blob
|
blame
|
history
diff --git
a/t/storage/txn.t
b/t/storage/txn.t
index
24d40f1
..
a6a5f0b
100644
(file)
--- 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) = @_;