Note for other redirect test
Andy Grundman [Fri, 5 Dec 2008 17:44:13 +0000 (17:44 +0000)]
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' );