X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fon_connect_do.t;h=6fccbb1ae30fe886d5beed202205018e5d4e93e2;hb=fd2c6658f;hp=115fadb7eabcfa253fadeb7f8aac6352fa717553;hpb=da4a8fe752719362c6f6b1be5b42593fc4509ad6;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/on_connect_do.t b/t/storage/on_connect_do.t index 115fadb..6fccbb1 100644 --- a/t/storage/on_connect_do.t +++ b/t/storage/on_connect_do.t @@ -1,6 +1,8 @@ use strict; use warnings; +BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 } + # !!! do not replace this with done_testing - tests reside in the callbacks # !!! number of calls is important use Test::More tests => 13;