From a00ccc3f640d405bad28b6b6cc1e00f2c2970322 Mon Sep 17 00:00:00 2001
From: Julian Taylor <jtaylor.debian@googlemail.com>
Date: Wed, 24 Aug 2016 22:28:17 +0200
Subject: skip large send test

to avoid swapping on low memory machines

Patch-Name: skip_large_send
---
 zmq/tests/test_socket.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zmq/tests/test_socket.py b/zmq/tests/test_socket.py
index d4d4ed4..3c343b0 100644
--- a/zmq/tests/test_socket.py
+++ b/zmq/tests/test_socket.py
@@ -479,6 +479,7 @@ class TestSocket(BaseZMQTestCase):
     
     # Travis can't handle how much memory PyPy uses on this test
     @mark.skipif(
+        True or
         (
             pypy and on_travis
         ) or (
