summaryrefslogtreecommitdiffhomepage
path: root/test/test_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r--test/test_proxy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py
index 5568550a..74bd0873 100644
--- a/test/test_proxy.py
+++ b/test/test_proxy.py
@@ -196,8 +196,6 @@ 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