X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive__component_controller_action_chained2.t;fp=t%2Faggregate%2Flive__component_controller_action_chained2.t;h=64caeeaf9e83980d9ea616b4b77cad5a32327b08;hb=dc8f81e89133dffdb7ce2fc3bd4ea9221c10bd93;hp=33679697b531048a29be17773df862960a9a73f1;hpb=dfe82bbd3149f6eda6f4f1d1665d1ed0b168a606;p=catagits%2FCatalyst-Runtime.git 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');