# HG changeset patch # User Maxim Dounin # Date 1222432084 -14400 # Node ID b331c3113ebbd1baf11d64ea010c98158a23f087 # Parent 1059c300203054e22555bd6d50a37193e47ccf3a Tests: mark ssi-include-big as todo. diff --git a/ssi-include-big.t b/ssi-include-big.t --- 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 {