forked from phoenix/litellm-mirror
test: skip local test
This commit is contained in:
parent
d42c3309ec
commit
3e8d9fc80d
1 changed files with 2 additions and 0 deletions
|
@ -483,6 +483,8 @@ def test_mistral_embeddings():
|
|||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="local test")
|
||||
def test_watsonx_embeddings():
|
||||
try:
|
||||
litellm.set_verbose = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue