Tests: mark ssi-include-big as todo.
diff --git a/ssi-include-big.t b/ssi-include-big.t index 13d6af2..71fdab5 100644 --- a/ssi-include-big.t +++ b/ssi-include-big.t
@@ -75,9 +75,14 @@ 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 {