Skip to content

Commit

Permalink
Skip flaky asyncio test (flaky since upgrading grpcio past v1.62).
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 19, 2024
1 parent d6cd035 commit 5450a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_asyncio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ async def test_append_events_reconnects_to_leader(self) -> None:
current_version=StreamState.NO_STREAM,
)

@skip("Flaky test since upgrading grpcio past v1.62")
async def test_append_events_raises_deadline_exceeded(self) -> None:
await self.setup_reader()
self.reader.connection_spec.options._NodePreference = "leader"
Expand Down

0 comments on commit 5450a2e

Please sign in to comment.