Missed test spewing odd debug after fd2c6658f (slave-less replication)
[dbsrgits/DBIx-Class.git] / t / storage / dbi_coderef.t
index 4bbae78..9408417 100644 (file)
@@ -3,6 +3,8 @@ BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
 use strict;
 use warnings;
 
+BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 }
+
 use Test::More;
 
 use DBICTest;