fix(test_streaming.py): skip flaky test

This commit is contained in:
Krrish Dholakia 2024-03-04 20:46:21 -08:00
parent d0991003ec
commit b2eef61679

View file

@ -1058,6 +1058,7 @@ def ai21_completion_call_bad_key():
# ai21_completion_call_bad_key()
@pytest.mark.skip(reason="flaky test")
@pytest.mark.asyncio
async def test_hf_completion_tgi_stream():
try: