diff --git a/tests/llm_translation/test_deepseek_completion.py b/tests/llm_translation/test_deepseek_completion.py index 4a94d97aed8..3c3fbe6c2cb 100644 --- a/tests/llm_translation/test_deepseek_completion.py +++ b/tests/llm_translation/test_deepseek_completion.py @@ -1,7 +1,9 @@ from base_llm_unit_tests import BaseLLMChatTest +import pytest # Test implementation +@pytest.mark.skip(reason="Deepseek API is hanging") class TestDeepSeekChatCompletion(BaseLLMChatTest): def get_base_completion_call_args(self) -> dict: return {