Disable t/zzzzzzz_sqlite_deadlock.t for regular installs
[dbsrgits/DBIx-Class.git] / t / zzzzzzz_sqlite_deadlock.t
index ebc18a9..a049f22 100644 (file)
@@ -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