updated skip reason with github issue link

pull/37948/head
sreenithi 4 months ago
parent 7368746f42
commit f48edea5f2
No known key found for this signature in database
  1. 4
      src/python/grpcio_tests/tests_aio/unit/channel_ready_test.py

@ -61,7 +61,9 @@ class TestChannelReady(AioTestBase):
finally:
await server.stop(None)
@unittest.skip("skipping due to a discovered flake")
@unittest.skip(
"skipping due to flake: https://github.com/grpc/grpc/issues/37949"
)
async def test_channel_ready_blocked(self):
with self.assertRaises(asyncio.TimeoutError):
await asyncio.wait_for(

Loading…
Cancel
Save