X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fzzzzzzz_sqlite_deadlock.t;h=a049f222202e87e86ade2f05e6bf1b745ecc8848;hb=d096e13f26c08593a9ba497d562026beffb4f85d;hp=ebc18a901586ab9281558230f5826808b774fbc6;hpb=f3f6c13a8ed810cce53141b462f372140e2ab2cd;p=dbsrgits%2FDBIx-Class.git diff --git a/t/zzzzzzz_sqlite_deadlock.t b/t/zzzzzzz_sqlite_deadlock.t index ebc18a9..a049f22 100644 --- a/t/zzzzzzz_sqlite_deadlock.t +++ b/t/zzzzzzz_sqlite_deadlock.t @@ -9,6 +9,10 @@ use File::Temp (); use DBICTest; use DBICTest::Schema; +unless ( DBICTest::AuthorCheck->is_author || $ENV{AUTOMATED_TESTING} || $ENV{RELEASE_TESTING} ) { + plan( skip_all => "Skipping test on plain module install" ); +} + plan tests => 2; my $wait_for = 30; # how many seconds to wait