X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08subreq.t;h=77b3881ac1f8643800fab84a15bc8cd1b7ba3820;hb=8cc672a2633d61d4c3250f3079d3d22b76344125;hp=bd3f06c337145a69f2ecb841883b8285f2b3f760;hpb=8223995544e9031e40cac6e1d06ffc1ac8d8a275;p=catagits%2FCatalyst-Plugin-Static-Simple.git diff --git a/t/08subreq.t b/t/08subreq.t index bd3f06c..77b3881 100644 --- a/t/08subreq.t +++ b/t/08subreq.t @@ -11,9 +11,12 @@ use Catalyst::Test 'TestApp'; SKIP: { - if ( ! TestApp->isa('Catalyst::Plugin::SubRequest') ) { - skip "Install the SubRequest plugin for these tests", 2; - } + #unless ( TestApp->isa('Catalyst::Plugin::SubRequest') ) { + #skip "Install the SubRequest plugin for these tests", 2; + #} + + # skip this for now, until patched SubRequest is released + skip "Awaiting patched SubRequest release", 2; ok( my $res = request('http://localhost/subtest'), 'Request' ); is( $res->content, 'subtest2 ok', 'SubRequest ok' );