mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
test2304: remove stdout verification
This cripples the test somewhat but the check was bad since depending on timing it could exit before the output was done, making the test flaky.
This commit is contained in:
parent
c4095faebf
commit
f2fa4112ad
@ -61,8 +61,9 @@ Sec-WebSocket-Version: 13
|
||||
Sec-WebSocket-Key: NDMyMTUzMjE2MzIxNzMyMQ==
|
||||
|
||||
</protocol>
|
||||
<stdout mode="text">
|
||||
Connection closed
|
||||
</stdout>
|
||||
|
||||
# This test used to check that "connection closed" was output, but
|
||||
# that is flaky since the outgoing PING just before might fail already
|
||||
# and then the test exists before the output gets to be written
|
||||
</verify>
|
||||
</testcase>
|
||||
|
Loading…
Reference in New Issue
Block a user