Todoify test for now (3)
Peter Rabbitson [Tue, 30 Jun 2009 17:52:31 +0000 (17:52 +0000)]
t/zzzzzzz_sqlite_deadlock.t

index b125d39..080d31c 100644 (file)
@@ -9,12 +9,11 @@ use File::Temp ();
 use DBICTest;
 use DBICTest::Schema;
 
+plan skip_all => 'Fails on mac os *only*. Devs notified. Do not enable.';
+
 plan tests => 2;
 my $wait_for = 10;  # how many seconds to wait
 
-# Fails on mac os *only*. Do not enable
-$TODO = "This seems to be a DBD::SQLite problem, don't test for now";
-
 for my $close (0,1) {
 
   my $tmp = File::Temp->new( UNLINK => 1, TMPDIR => 1, SUFFIX => '.sqlite' );