summaryrefslogtreecommitdiffhomepage
path: root/test/test_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/test_proxy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py
index 74bd0873..5568550a 100644
--- a/test/test_proxy.py
+++ b/test/test_proxy.py
@@ -196,6 +196,8 @@ Content-Length: 10
self.assertEqual(resp['body'], payload, 'body')
def test_proxy_parallel(self):
+ self.skip_alerts.append(r'close\(\d+\) failed')
+
payload = 'X' * 4096 * 257
buff_size = 4096 * 258