We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6388dc6 commit 55ed79cCopy full SHA for 55ed79c
1 file changed
tests/test_tcp.py
@@ -806,6 +806,7 @@ def _recv_or_abort(sock):
806
with self.tcp_server(_recv_or_abort, max_clients=1, backlog=1) as srv:
807
self.loop.run_until_complete(client(srv.addr))
808
809
+ @unittest.skip("TODO: Line 878 is the culprit.")
810
def test_create_connection_sock_cancel_fd_leak(self):
811
# Regression test for https://github.com/MagicStack/uvloop/issues/645
812
# and https://github.com/aio-libs/aiohttp/issues/10506
0 commit comments