Skip to content

Commit

Permalink
run test_shutdown_timeout_handler_not_set in aio
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix authored and 1st1 committed Oct 29, 2019
1 parent c32c703 commit 8beacd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2866,10 +2866,6 @@ async def client(addr, ctx):
self.assertIsNone(ctx())

def test_shutdown_timeout_handler_not_set(self):
if self.implementation == 'asyncio':
# asyncio cannot receive EOF after resume_reading()
raise unittest.SkipTest()

loop = self.loop
eof = asyncio.Event()
extra = None
Expand Down

0 comments on commit 8beacd2

Please sign in to comment.