mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test(test_completion.py): skip watson tests (account removed)
This commit is contained in:
parent
a7d39d6bdd
commit
d48f9e258e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue