From 316fa277cb0bc02c04ef8fa07d67ca88322e2cdb Mon Sep 17 00:00:00 2001 From: Sreenithi Sridharan <19sreenithi98@gmail.com> Date: Mon, 21 Oct 2024 03:05:46 -0700 Subject: [PATCH] Temporarily skipping `TestChannelReady.channel_ready_blocked` test due to a flake (#37948) Skipping the `tests_aio.unit.channel_ready_test.TestChannelReady.channel_ready_blocked` unit test due to a flake of the test not timing out and raising TimeoutError as expected Can be reverted once #37949 is investigated and fixed Closes #37948 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37948 from sreenithi:check_aio_channel_ready_test f48edea5f24fe81c5034b02a50de70ec2d2d9832 PiperOrigin-RevId: 688061272 --- src/python/grpcio_tests/tests_aio/unit/channel_ready_test.py | 3 +++ 1 file changed, 3 insertions(+) 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 18d3f423269..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,6 +61,9 @@ class TestChannelReady(AioTestBase): finally: await server.stop(None) + @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(