X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive%2Fcomponent%2Fcontroller%2Faction%2Fstreaming.t;fp=t%2Flive%2Fcomponent%2Fcontroller%2Faction%2Fstreaming.t;h=1f34784e5416c908eb7be7c70a909d76ebfa092f;hb=1775342a82cbd9b6c26c5bdcbdf89fe8d862330f;hp=e917a3b4364d64e9405a0302eec9c5773252c1c8;hpb=3dc4d7e949ff84d37328d71449e2d1f94b0e28d2;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live/component/controller/action/streaming.t b/t/live/component/controller/action/streaming.t index e917a3b..1f34784 100644 --- a/t/live/component/controller/action/streaming.t +++ b/t/live/component/controller/action/streaming.t @@ -22,7 +22,12 @@ EOF } # test streaming by passing a handle to $c->res->body +SKIP: { + if ( $ENV{CATALYST_SERVER} ) { + skip "Using remote server", 4; + } + my $file = "$FindBin::Bin/../../../../01use.t"; my $fh = IO::File->new( $file, 'r' ); my $buffer;