Skip to content

Commit 6fd6264

Browse files
fantix1st1
authored andcommitted
run test_shutdown_timeout_handler_not_set in aio
1 parent e6fd637 commit 6fd6264

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_tcp.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,10 +2866,6 @@ async def client(addr, ctx):
28662866
self.assertIsNone(ctx())
28672867

28682868
def test_shutdown_timeout_handler_not_set(self):
2869-
if self.implementation == 'asyncio':
2870-
# asyncio cannot receive EOF after resume_reading()
2871-
raise unittest.SkipTest()
2872-
28732869
loop = self.loop
28742870
eof = asyncio.Event()
28752871
extra = None

0 commit comments

Comments
 (0)