X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F52leaks.t;h=1ca1e21a4044ad5a7459952cf9992558c57f1339;hb=9b3fc1fa7e7aa0d6d0e0349d355e425bc373b6c9;hp=b87ca20bce00f138b28d47b9b5c9aaad7a6ea7f7;hpb=c0fe9332151bf53acb686e71703ec66e64440dbd;p=dbsrgits%2FDBIx-Class.git diff --git a/t/52leaks.t b/t/52leaks.t index b87ca20..1ca1e21 100644 --- a/t/52leaks.t +++ b/t/52leaks.t @@ -324,7 +324,7 @@ unless (DBICTest::RunMode->is_plain) { # do a heavy-duty fire-and-compare loop on all resultsets # this is expensive - not running on install my $typecounts = {}; - unless (DBICTest::RunMode->is_plain) { + unless (DBICTest::RunMode->is_plain or $ENV{DBICTEST_IN_PERSISTENT_ENV}) { # FIXME - ideally we should be able to just populate an alternative # registry, subtract everything from the main one, and arrive at