From 62abcf18160da37dd1aae00118fbf3df090ed0b8 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 19 Oct 2007 09:35:09 +0000 Subject: [PATCH] The framework bugs which used to affect this test case have long since been fixed, so remove the workarounds. Also stop testing things which are not intended to work. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2128 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-tools/regress/lib/Varnish/Test/Case/POST.pm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm index aa13a140..76eb9f1b 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm @@ -36,15 +36,6 @@ 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."; -# testCachePOST and testPassPOST are known to fail, and it is not -# clear at this point whether that is a bug or a feature. -# -# More interestingly, if you run testPassPOST before testPipePOST, the -# latter receives the Varnish Guru Meditation intended for the former. -# This seems to be a bug in either IO::Multiplex or Varnish::Test. -# -our @TESTS = qw(testPipePOST testCachePOST testPassPOST); - our $VCL = <uri =~ m/cache_me/); die "Got GET request instead of POST\n"; } -- 2.39.5