tests: Don't run HTTP digest tests for SSPI based builds

Added !SSPI to the features list of the HTTP digest tests, as SSPI
based builds now use the Windows SSPI messaging API rather than the
internal functions, and we can't control the random numbers that get
used as part of the digest.
This commit is contained in:
Steve Holme
2014-11-06 19:57:16 +00:00
parent 9f59fb6d33
commit b5c496f109
32 changed files with 41 additions and 0 deletions

View File

@@ -151,6 +151,10 @@ Finally, this is the real page!
<server>
http
</server>
<features>
!SSPI
crypto
</features>
<tool>
libauthretry
</tool>