X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fdebug.t;h=ccf7feb4e8774fd41f5f43f4a67f144ee3fa70b3;hb=fd2c6658f;hp=e023fff9894c41dbfbae6a51487b32b5d25697a0;hpb=da4a8fe752719362c6f6b1be5b42593fc4509ad6;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/debug.t b/t/storage/debug.t index e023fff..ccf7feb 100644 --- a/t/storage/debug.t +++ b/t/storage/debug.t @@ -2,6 +2,8 @@ use strict; use warnings; no warnings 'once'; +BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 } + use Test::More; use Test::Exception; use Try::Tiny;