test: fix flaky test

This commit is contained in:
Krrish Dholakia 2025-04-07 19:42:58 -07:00
parent 8e3c7b2de0
commit fef2af0b17

View file

@ -500,7 +500,7 @@ async def test_streaming_handler_with_usage(
assert chunk_has_usage
@pytest.mark.parametrize("sync_mode", [True, False])
@pytest.mark.parametrize("sync_mode", [False])
@pytest.mark.asyncio
@pytest.mark.flaky(reruns=3)
async def test_streaming_with_usage_and_logging(sync_mode: bool):