From 51492125b538bad93c7ff8e23595a345a86da4bd Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 6 Dec 2023 16:50:02 -0800 Subject: [PATCH] test: 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 69aff761c18..a4847bd1fb4 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -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