Only execute the dumb CONNECT method test when FEATURE_HTTPS_INSPECTION is unavailable
authorFabian Keil <fk@fabiankeil.de>
Fri, 28 Feb 2020 07:42:05 +0000 (08:42 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 1 Mar 2020 10:06:32 +0000 (11:06 +0100)
With FEATURE_HTTPS_INSPECTION the test is aborted with
a timeout because Privoxy is waiting for an encrypted
request which doesn't come.

Sponsored by: Robert Klemme

regression-tests.action

index ae056a9..b151a71 100644 (file)
@@ -46,6 +46,7 @@ for-privoxy-version=3.0.27
 # Level 22 needs = config line enable-proxy-authentication-forwarding\s+0
 # Level 23 needs = config line enable-proxy-authentication-forwarding\s+1
 # Level 24 needs = feature status FEATURE_CLIENT_TAGS Yes
 # Level 22 needs = config line enable-proxy-authentication-forwarding\s+0
 # Level 23 needs = config line enable-proxy-authentication-forwarding\s+1
 # Level 24 needs = feature status FEATURE_CLIENT_TAGS Yes
+# Level 25 needs = feature status FEATURE_HTTPS_INSPECTION No
 
 #######################################################
 # Enable taggers to activate the tests on demand
 
 #######################################################
 # Enable taggers to activate the tests on demand
@@ -912,6 +913,7 @@ TAG:^Proxy-Authorization header forwarding$
 # Method Test = OPTIONS
 # Method Test = TRACE
 # Method Test = CONNECT
 # Method Test = OPTIONS
 # Method Test = TRACE
 # Method Test = CONNECT
+# Level = 25
 # Method Test = PROPFIND
 # Method Test = PROPPATCH
 # Method Test = MOVE
 # Method Test = PROPFIND
 # Method Test = PROPPATCH
 # Method Test = MOVE