Commit 01aaad74 authored by Steve Holme's avatar Steve Holme
Browse files

tests: Disabled NTLM tests when running with SSPI enabled

parent 610a5538
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ http
</server>
<features>
NTLM
!SSPI
</features>
 <name>
HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ http
</server>
<features>
NTLM
!SSPI
</features>
 <name>
HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ https
</server>
<features>
NTLM
!SSPI
</features>
 <name>
HTTP POST using CONNECT with --proxy-ntlm but no auth is required
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ This is the final page !
<client>
<features>
NTLM
!SSPI
</features>
<server>
http
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ Finally, this is the real page!
<client>
<features>
NTLM
!SSPI
</features>
<server>
http
Loading