Disable t/zzzzzzz_sqlite_deadlock.t for regular installs
Peter Rabbitson [Fri, 27 Aug 2010 14:57:29 +0000 (16:57 +0200)]
Changes
t/zzzzzzz_sqlite_deadlock.t

diff --git a/Changes b/Changes
index e0ba08f..f7828d0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -33,6 +33,8 @@ Revision history for DBIx::Class
           from tests
         - No longer depend on SQL::Abstract::Limit - DBIC has been doing
           most of the heavy lifting for a while anyway
+        - Do not execute t/zzzzzzz_sqlite_deadlock.t for regular module
+          installs - test is prone to spontaneous blow up
 
 0.08123 2010-06-12 14:46 (UTC)
     * Fixes
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