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' );