test(test_completion.py): skip flaky test

This commit is contained in:
Krrish Dholakia 2024-02-15 16:38:22 -08:00
parent ad2deac958
commit 74c7cb2898

View file

@ -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: