From f48edea5f24fe81c5034b02a50de70ec2d2d9832 Mon Sep 17 00:00:00 2001 From: sreenithi Date: Mon, 21 Oct 2024 05:49:22 +0000 Subject: [PATCH] updated skip reason with github issue link --- src/python/grpcio_tests/tests_aio/unit/channel_ready_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/python/grpcio_tests/tests_aio/unit/channel_ready_test.py b/src/python/grpcio_tests/tests_aio/unit/channel_ready_test.py index cff9deb9836..63f23798dff 100644 --- a/src/python/grpcio_tests/tests_aio/unit/channel_ready_test.py +++ b/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(