From d48f9e258e406a867a0706768cbbcb84ad548b3b Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 17 Jun 2024 16:21:49 -0700 Subject: [PATCH] test(test_completion.py): skip watson tests (account removed) --- litellm/tests/test_completion.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 0134b65925..7010fa4f48 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -3308,6 +3308,7 @@ def test_mistral_anyscale_stream(): #### Test A121 ################### +@pytest.mark.skip(reason="Local test") def test_completion_ai21(): print("running ai21 j2light test") litellm.set_verbose = True @@ -3545,6 +3546,7 @@ def test_unified_auth_params(provider, model, project, region_name, token): assert value in translated_optional_params +@pytest.mark.skip(reason="Local test") @pytest.mark.asyncio async def test_acompletion_watsonx(): litellm.set_verbose = True @@ -3565,6 +3567,7 @@ async def test_acompletion_watsonx(): pytest.fail(f"Error occurred: {e}") +@pytest.mark.skip(reason="Local test") @pytest.mark.asyncio async def test_acompletion_stream_watsonx(): litellm.set_verbose = True