Description: Disable the timeout test
 The network buffers are now so large, that the timeout does not happen anymore
Forwarded: no, waiting testing
Last-Update: 2025-01-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- cl-usocket.orig/tests/test-timeout.lisp
+++ cl-usocket/tests/test-timeout.lisp
@@ -79,6 +79,7 @@
             (read-sequence response stream))))))
   :got-timeout)
 
+#+nil ;; Buiffers are too large, the timeout does not happen anymore
 (deftest tcp-timeout-in-write-sequence
   (progn
     (start-tcp-echo-server)
