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_nosugar.t;h=47091132d435991fbb789485fee8abc294f0d826;hp=79eaff164d7119f0c1f21cff5b306192ccf0adae;hb=1310b91c3c6e304f3e35396dd475ccc4eb8e4f52;hpb=a250d69e3699fd3884f440094d419f7bfff8d53a diff --git a/t/aggregate/live_container_custom_container_nosugar.t b/t/aggregate/live_container_custom_container_nosugar.t index 79eaff1..4709113 100644 --- a/t/aggregate/live_container_custom_container_nosugar.t +++ b/t/aggregate/live_container_custom_container_nosugar.t @@ -2,6 +2,12 @@ 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 => 0);