X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fdisable_sth_caching.t;h=494780d631fbe11376298dece807fa2ed3b06c44;hb=8b60b9211a085572446bbfd19e879d00ae03658a;hp=d6dcc03a6f008b1a1124ae476daa925bfec41688;hpb=7d6c28b70b4c37d6296ea4a17ac919799b3a8bc2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/disable_sth_caching.t b/t/storage/disable_sth_caching.t index d6dcc03..494780d 100644 --- a/t/storage/disable_sth_caching.t +++ b/t/storage/disable_sth_caching.t @@ -1,6 +1,8 @@ use strict; use warnings; +BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 } + use Test::More; use lib qw(t/lib); use DBICTest;