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:
Daniel Stenberg 2023-02-09 19:38:56 +01:00
parent c4095faebf
commit f2fa4112ad
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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>