From: des Date: Mon, 13 Aug 2007 16:34:26 +0000 (+0000) Subject: Disable tests which we aren't entirely sure should succeed. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ff8dc796a325cadc1cada36cf4dbcd73a2eec2;p=varnish Disable tests which we aren't entirely sure should succeed. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1836 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm index 1890267d..76429393 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm @@ -36,6 +36,10 @@ use base 'Varnish::Test::Case'; our $DESCR = "Tests Varnish's ability to correctly pass POST requests" . " to the backend, and their replies back to the client."; +# testGetPOST and testPassPOST are known to fail, and it is not clear +# at this point whether that is a bug or a feature. +our @TESTS = qw(testPipePOST); + our $VCL = <