diff --git a/tests/test_tcp.py b/tests/test_tcp.py index 6ab170af..83a61a2f 100644 --- a/tests/test_tcp.py +++ b/tests/test_tcp.py @@ -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