Note for other redirect test
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_redirect.t
index a01b9d0..5369bee 100644 (file)
@@ -9,6 +9,8 @@ use lib "$FindBin::Bin/../lib";
 use Test::More tests => 26;
 use Catalyst::Test 'TestApp';
 
+# XXX: these fail on remote servers due to LWP max_redirect 0 bug:
+# http://rt.cpan.org/Ticket/Display.html?id=40260
 {
     ok( my $response = request('http://localhost/engine/response/redirect/one'), 'Request' );
     ok( $response->is_redirect, 'Response Redirection 3xx' );