curl-curl/tests/data/test776
Daniel Stenberg b602de775e
test776: set as 'flaky'
I have not figured out why, but having this test failing in CI every so often
is disturbing.

Reported-by: Viktor Szakatas
Fixes #19235
Closes #19243
2025-10-26 10:47:40 +01:00

53 lines
870 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
HTTP GET
HTTP NTLM auth
NTLM
flaky
</keywords>
</info>
<reply>
<data1001 crlf="yes" nocheck="yes">
HTTP/1.1 401 Authorization Required swsclose
WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAAAAAAAAAAABAIgAAQIDBAUGBwgAAAAAAAAAAP////8wAAAAAgD3/0F%repeat[21841 x BQUF]%BQUEAAAAA
Content-Length: 0
</data1001>
</reply>
# Client-side
<client>
<features>
NTLM
!SSPI
</features>
<server>
http
</server>
<name>
HTTP with NTLM with too long NTMLv2 ntresplen
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u user:pass --ntlm
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
User-Agent: curl/%VERSION
Accept: */*
</protocol>
<errorcode>
100
</errorcode>
</verify>
</testcase>