diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 17ced7382..283269001 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: