[Privoxy-commits] [privoxy] 02/04: gen-skip-reasons.pl: Skip test 58 for now which doesn't work anymore after a recent upstream change

User Git git at git.privoxy.org
Tue May 12 15:41:04 CEST 2026


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

git pushed a commit to branch master
in repository privoxy.

commit 345e62e477f277d55e6b1802e35a7ae532346be8
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue May 12 15:30:06 2026 +0200

    gen-skip-reasons.pl: Skip test 58 for now which doesn't work anymore after a recent upstream change
---
 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 aa54ac92..e735b8d6 100755
--- a/tests/cts/gen-skip-reasons.pl
+++ b/tests/cts/gen-skip-reasons.pl
@@ -59,6 +59,8 @@ sub main() {
             $why = "Expected to fail with Privoxy. Test contains non-standard 'Connection: mooo' header that Privoxy replaces with 'Connection: close'.";
         } elsif ($testnum eq 46) {
             $why = "Invalid URL and use of --resolv.";
+        } elsif ($testnum eq 58) {
+            $why = "Expected to fail when using Privoxy. Doesn't appear to be obviously Privoxy's fault.";
         } elsif ($testnum eq 59) {
             $why = "Invalid URL gets rejected by Privoxy which the test can't handle.";
         } elsif ($testnum eq 129) {

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


More information about the Privoxy-commits mailing list