test: cleanup codestral tests - backend api unavailable

This commit is contained in:
Krrish Dholakia 2024-10-23 22:19:57 -07:00
parent bcce21a5b0
commit ca09f4afec
2 changed files with 3 additions and 4 deletions

View file

@ -1088,6 +1088,7 @@ def test_completion_mistral_api():
pytest.fail(f"Error occurred: {e}")
@pytest.mark.skip(reason="backend api unavailable")
@pytest.mark.asyncio
async def test_completion_codestral_chat_api():
try: