test: skip local test
This commit is contained in:
parent
d42c3309ec
commit
3e8d9fc80d
@ -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…
Reference in New Issue
Block a user