X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_container_custom_container_sugar.t;h=662e3ddca830f5346f52c9a490808fb90abf711f;hp=0a6ee67edb9cd8d78be905c97e2a902b8e1de303;hb=1310b91c3c6e304f3e35396dd475ccc4eb8e4f52;hpb=a250d69e3699fd3884f440094d419f7bfff8d53a diff --git a/t/aggregate/live_container_custom_container_sugar.t b/t/aggregate/live_container_custom_container_sugar.t index 0a6ee67..662e3dd 100644 --- a/t/aggregate/live_container_custom_container_sugar.t +++ b/t/aggregate/live_container_custom_container_sugar.t @@ -2,6 +2,13 @@ use warnings; use strict; use FindBin '$Bin'; use lib "$Bin/../lib"; +BEGIN { + if ( $ENV{CATALYST_SERVER} ) { + plan skip_all => 'This test does not run live'; + exit 0; + } +} + use TestCustomContainer; TestCustomContainer->new(sugar => 1);