From 9644e197f760c5cb87ae7662dbedbbce1b04c6a8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 27 Jan 2025 22:04:36 -0800 Subject: [PATCH] deepseek api testing - deepseek is currently hanging --- tests/llm_translation/test_deepseek_completion.py | 2 ++ 1 file changed, 2 insertions(+) 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 {