diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index add7a8b9f..df5f693f7 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -255,7 +255,7 @@ def predibase_mock_post(url, data=None, json=None, headers=None, timeout=None): return mock_response -# @pytest.mark.skip(reason="local only test") +# @pytest.mark.skip(reason="local-only test") @pytest.mark.asyncio async def test_completion_predibase(): try: