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);
+# 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 after 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 = <<EOVCL;
sub vcl_recv {