changeset 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 1059c3002030
children c57e8bd7bfc7
files ssi-include-big.t
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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 {