diff --git a/tests/local_testing/test_completion.py b/tests/local_testing/test_completion.py index 5b9a534fa..5685231fc 100644 --- a/tests/local_testing/test_completion.py +++ b/tests/local_testing/test_completion.py @@ -434,6 +434,8 @@ def test_completion_claude_3(): ) # Add any assertions, here to check response args print(response) + except litellm.InternalServerError as e: + pytest.skip(f"InternalServerError - {str(e)}") except Exception as e: pytest.fail(f"Error occurred: {e}")