From f2fa4112adadd824b99c4ff3b057ac9594b3de3a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 9 Feb 2023 19:38:56 +0100 Subject: [PATCH] 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. --- tests/data/test2304 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/data/test2304 b/tests/data/test2304 index 52a390386c..895518fb47 100644 --- a/tests/data/test2304 +++ b/tests/data/test2304 @@ -61,8 +61,9 @@ Sec-WebSocket-Version: 13 Sec-WebSocket-Key: NDMyMTUzMjE2MzIxNzMyMQ== - -Connection closed - + +# 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 -- 2.47.2