diff ssi-include-big.t @ 19:b331c3113ebb

Tests: mark ssi-include-big as todo.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 26 Sep 2008 16:28:04 +0400
parents c6c36d7a4d90
children 8f1519472ece
line wrap: on
line diff
--- a/ssi-include-big.t
+++ b/ssi-include-big.t
@@ -75,9 +75,14 @@ ok(defined $t1, 'small included file (le
 my $t2 = http_gzip_request('/test2.html');
 ok(defined $t2, 'small included file (equal to output_buffers)');
 
+TODO: {
+local $TODO = 'not fixed yet, patch under review';
+
 my $t3 = http_gzip_request('/test3.html');
 ok(defined $t3, 'big included file (more than output_buffers)');
 
+}
+
 ###############################################################################
 
 sub http_gzip_request {