tests/cts/gen-skip-reasons.pl: Skip test 389 as it is known to fail depending on...
authorFabian Keil <fk@fabiankeil.de>
Mon, 13 Jan 2025 11:39:22 +0000 (12:39 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 13 Jan 2025 12:11:56 +0000 (13:11 +0100)
Reported by Roland.

tests/cts/gen-skip-reasons.pl

index c46b6c6..a1db368 100755 (executable)
@@ -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) {