[Privoxy-commits] [privoxy] 01/05: tests/cts/gen-skip-reasons.pl: Skip test 389 as it is known to fail depending on the DNS settings

User Git git at git.privoxy.org
Mon Jan 13 13:12:44 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 4f5815f5499347a86af129292bc7844b57678734
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Jan 13 12:39:22 2025 +0100

    tests/cts/gen-skip-reasons.pl: Skip test 389 as it is known to fail depending on the DNS settings
    
    Reported by Roland.
---
 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 c46b6c68..a1db3685 100755
--- a/tests/cts/gen-skip-reasons.pl
+++ b/tests/cts/gen-skip-reasons.pl
@@ -68,6 +68,8 @@ sub main() {
             $why = "Known to fail. Uses https and test does not expect the 'Connection established' response from Privoxy";
         } elsif ($testnum eq 339 or $testnum eq 347 or $testnum eq 1591) {
             $why = "Chunked transfer with trailers which Privoxy does not understand. Needs investigating.";
+        } elsif ($testnum eq 389) {
+            $why = "Known to fail depending on the DNS resolver on the system as Privoxy does not implement RFC6761 internally.";
         } elsif ($testnum eq 1052) {
             $why = "Expected to fail. Connection header expected in one response but not in the other. Not yet covered by runtests.pl's proxy mode.";
         } elsif ($testnum eq 1118) {

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


More information about the Privoxy-commits mailing list