X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_container_custom_container_nosugar.t;h=4c3e929012cb7792c20459f57d809df5762f418f;hb=48e17d2615b1371d75d96a52a8ec17dca83ae007;hp=47091132d435991fbb789485fee8abc294f0d826;hpb=1310b91c3c6e304f3e35396dd475ccc4eb8e4f52;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_container_custom_container_nosugar.t b/t/aggregate/live_container_custom_container_nosugar.t index 4709113..4c3e929 100644 --- a/t/aggregate/live_container_custom_container_nosugar.t +++ b/t/aggregate/live_container_custom_container_nosugar.t @@ -2,6 +2,8 @@ use warnings; use strict; use FindBin '$Bin'; use lib "$Bin/../lib"; +use Test::More; + BEGIN { if ( $ENV{CATALYST_SERVER} ) { plan skip_all => 'This test does not run live';