test: fix flaky test
This commit is contained in:
parent
8e3c7b2de0
commit
fef2af0b17
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user