From: Andrew Rodland Date: Fri, 27 Aug 2010 23:07:41 +0000 (+0000) Subject: Don't fail chained tests under t/author/http-test.t X-Git-Tag: 5.80026~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=dc8f81e89133dffdb7ce2fc3bd4ea9221c10bd93 Don't fail chained tests under t/author/http-test.t --- diff --git a/t/aggregate/live__component_controller_action_chained2.t b/t/aggregate/live__component_controller_action_chained2.t index 3367969..64caeea 100644 --- a/t/aggregate/live__component_controller_action_chained2.t +++ b/t/aggregate/live__component_controller_action_chained2.t @@ -5,6 +5,8 @@ use lib "$Bin/../lib"; use Catalyst::Test 'ChainedActionsApp'; use Test::More; +plan 'skip_all' if $ENV{CATALYST_SERVER}; # This is not TestApp + content_like('/', qr/Application Home Page/, 'Application home'); content_like('/15/GoldFinger', qr/List project GoldFinger pages/, 'GoldFinger Project Index'); content_like('/15/GoldFinger/4/007', qr/This is 007 page of GoldFinger project/, '007 page in GoldFinger Project');