Tests: skip "close failed" alert in test_proxy_parallel test.

This commit is contained in:
Andrei Zeliankou
2020-03-12 17:14:16 +00:00
parent b3c8a7b33a
commit baf9230398

View File

@@ -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