forked from phoenix/litellm-mirror
test(test_completion.py): skip flaky test
This commit is contained in:
parent
ad2deac958
commit
74c7cb2898
1 changed files with 1 additions and 0 deletions
|
@ -1331,6 +1331,7 @@ def test_completion_together_ai():
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="Skip flaky test")
|
||||||
def test_completion_together_ai_mixtral():
|
def test_completion_together_ai_mixtral():
|
||||||
model_name = "together_ai/DiscoResearch/DiscoLM-mixtral-8x7b-v2"
|
model_name = "together_ai/DiscoResearch/DiscoLM-mixtral-8x7b-v2"
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue