mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
test(test_text_completion.py): skip unstable test
This commit is contained in:
parent
65baa83928
commit
82149b8cf4
1 changed files with 1 additions and 0 deletions
|
|
@ -3990,6 +3990,7 @@ def test_async_text_completion():
|
|||
asyncio.run(test_get_response())
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Tgai endpoints are unstable")
|
||||
def test_async_text_completion_together_ai():
|
||||
litellm.set_verbose = True
|
||||
print("test_async_text_completion")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue