mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test: skip flaky test
This commit is contained in:
parent
caac4f1779
commit
51492125b5
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ def test_completion_gpt4_turbo():
|
|||
pytest.fail(f"Error occurred: {e}")
|
||||
# test_completion_gpt4_turbo()
|
||||
|
||||
@pytest.mark.skip(reason="this test is flaky")
|
||||
def test_completion_gpt4_vision():
|
||||
try:
|
||||
litellm.set_verbose=True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue