Commit ceacbacd authored by Steve Holme's avatar Steve Holme
Browse files

tests: Disabled NTLM tests for non-debug builds

Added required "debug" feature, missed in commit 1c9aaa0b, as NTLMv2
calls Curl_rand() which can only be fixed to a specific entropy in
debug builds.
parent 51bb067a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
 <name>
HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
 <name>
HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ This is the final page !
<features>
NTLM
!SSPI
debug
</features>
<server>
http
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ Finally, this is the real page!
<features>
NTLM
!SSPI
debug
</features>
<server>
http
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ Finally, this is the real page!
<features>
NTLM
!SSPI
debug
</features>
<server>
http
Loading