test(test_text_completion.py): skip unstable test

This commit is contained in:
Krrish Dholakia 2024-06-10 19:45:24 -07:00
parent 65baa83928
commit 82149b8cf4

View file

@ -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")