FIXME in the broken test
[catagits/Catalyst-Runtime.git] / t / aggregate / live_view_warnings.t
index 1387c1b..ba18fc4 100644 (file)
@@ -15,6 +15,8 @@ if ( $ENV{CATALYST_SERVER} ) {
 
 {
     ok( my $response = request('http://localhost/'), 'Request' );
+
+# FIXME: does this warning really need to be like that?
     like($TestAppViewWarnings::log_messages[0], qr/Attempted to use view/s, 'View failure warning received');
 
 }