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 f48edea5f2
PiperOrigin-RevId: 688061272
pull/37957/head
Sreenithi Sridharan 4 months ago committed by Copybara-Service
parent 39f4195ee7
commit 316fa277cb
  1. 3
      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(

Loading…
Cancel
Save