test: mark flaky test
This commit is contained in:
parent
c555c15ad7
commit
6395bd8d65
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user