test: mark flaky test

This commit is contained in:
Krrish Dholakia 2025-04-04 20:25:05 -07:00
parent c555c15ad7
commit 6395bd8d65

View file

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