mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: mark flaky test
This commit is contained in:
parent
c555c15ad7
commit
6395bd8d65
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ async def test_streaming_handler_with_usage(
|
||||||
|
|
||||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
@pytest.mark.flaky(reruns=3)
|
||||||
async def test_streaming_with_usage_and_logging(sync_mode: bool):
|
async def test_streaming_with_usage_and_logging(sync_mode: bool):
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue