8000 just skip test_handshake_timeout_handler_leak() for now to see · altendky/uvloop@dab57b8 · GitHub
Skip to content

Commit dab57b8

Browse files
committed
just skip test_handshake_timeout_handler_leak() for now to see
1 parent f688184 commit dab57b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_tcp.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,6 +2821,9 @@ async def test():
28212821
self.fail('Unexpected ResourceWarning: {}'.format(cm.warning))
28222822

28232823
def test_handshake_timeout_handler_leak(self):
2824+
# TODO: skipping to see if this avoids the hangs
2825+
raise unittest.SkipTest()
2826+
28242827
if self.implementation == 'asyncio':
28252828
# Okay this turns out to be an issue f 3CF9 or asyncio.sslproto too
28262829
raise unittest.SkipTest()

0 commit comments

Comments
 (0)
0