$OpenBSD: patch-zmq_tests_test_socket_py,v 1.1 2019/02/23 18:09:47 mariani Exp $

Index: zmq/tests/test_socket.py
--- zmq/tests/test_socket.py.orig
+++ zmq/tests/test_socket.py
@@ -497,7 +497,7 @@ class TestSocket(BaseZMQTestCase):
         ),
         reason="only run on 64b and not on Travis."
     )
-    @mark.large
+    @mark.skip(reason='hangs on amd64')
     def test_large_send(self):
         c = os.urandom(1)
         N = 2**31 + 1
