[Privoxy-commits] [privoxy] 13/16: tests/cts/gen-skip-reasons.pl: Skip test 1665 which triggers Privoxy's MS IIS 5 hack

User Git git at git.privoxy.org
Mon Dec 22 11:30:19 CET 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 8e6262867a0590ebc218af110c0be67ca497ec67
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 16 18:14:29 2025 +0100

    tests/cts/gen-skip-reasons.pl: Skip test 1665 which triggers Privoxy's MS IIS 5 hack
---
 tests/cts/gen-skip-reasons.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/cts/gen-skip-reasons.pl b/tests/cts/gen-skip-reasons.pl
index 235ddfb6..f0360461 100755
--- a/tests/cts/gen-skip-reasons.pl
+++ b/tests/cts/gen-skip-reasons.pl
@@ -161,6 +161,8 @@ sub main() {
             $why = "Known to fail. Body value changes from 100008 to 100009. Needs investigating.";
         } elsif ($testnum eq 1598) {
             $why = "Expected to fail. Privoxy does not support chunk-encoded POST requests with trailers.";
+        } elsif ($testnum eq 1665) {
+            $why = "Expected to fail. Trigger Privoxy's MS IIS 5 hack which the test does not expect.";
         } elsif ($testnum eq 1671) {
             $why = "Known to fail as curl adds a Proxy-Connection header to the JSON output which the test doesn't expect.";
         } elsif ($testnum eq 1915) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list