From baf92303987582d226fb90175f51c4cf8457cb96 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Thu, 12 Mar 2020 17:14:16 +0000 Subject: [PATCH] Tests: skip "close failed" alert in test_proxy_parallel test. --- test/test_proxy.py | 2 ++ 1 file changed, 2 insertions(+) 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