From 74c7cb28985f89a96984c4c2e267f23be993c296 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 15 Feb 2024 16:38:22 -0800 Subject: [PATCH] test(test_completion.py): skip flaky test --- litellm/tests/test_completion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 17ced738217..283269001b0 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1331,6 +1331,7 @@ def test_completion_together_ai(): pytest.fail(f"Error occurred: {e}") +@pytest.mark.skip(reason="Skip flaky test") def test_completion_together_ai_mixtral(): model_name = "together_ai/DiscoResearch/DiscoLM-mixtral-8x7b-v2" try: