From: Peter Rabbitson Date: Thu, 28 Apr 2016 07:07:08 +0000 (+0200) Subject: Missed test spewing odd debug after fd2c6658f (slave-less replication) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=a33a40dee2fb4cdcc5fb1da76c66498cbf36e8e8 Missed test spewing odd debug after fd2c6658f (slave-less replication) Disabling VIA_REPLICATED as it makes no sense here anyway --- diff --git a/t/storage/dbi_coderef.t b/t/storage/dbi_coderef.t index 4bbae78..9408417 100644 --- a/t/storage/dbi_coderef.t +++ b/t/storage/dbi_coderef.t @@ -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;