X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_fork.t;h=3abe4e29f1f6317357f23a1c178f7db1ae023eb7;hb=15f0ede8ee33bc9b0c002221a8e62f59e8b7b7e2;hp=bd7054efca03af21327d696aef7a982444600f88;hpb=08ace8f70b0bbd54ebbd4aa525514039f6ac1237;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_fork.t b/t/live_fork.t index bd7054e..3abe4e2 100644 --- a/t/live_fork.t +++ b/t/live_fork.t @@ -10,11 +10,13 @@ Tests if Catalyst can fork/exec other processes successfully use strict; use warnings; use Test::More; -use YAML; use FindBin; use lib "$FindBin::Bin/lib"; use Catalyst::Test qw(TestApp); +eval 'use YAML'; +plan skip_all => 'YAML required' if $@; + plan skip_all => 'Using remote server' if $ENV{CATALYST_SERVER};