mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test: fix flaky test
This commit is contained in:
parent
8e3c7b2de0
commit
fef2af0b17
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue