test: skip local test

This commit is contained in:
Krrish Dholakia 2024-04-27 19:07:34 -07:00
parent d42c3309ec
commit 3e8d9fc80d

View file

@ -483,6 +483,8 @@ def test_mistral_embeddings():
except Exception as e: except Exception as e:
pytest.fail(f"Error occurred: {e}") pytest.fail(f"Error occurred: {e}")
@pytest.mark.skip(reason="local test")
def test_watsonx_embeddings(): def test_watsonx_embeddings():
try: try:
litellm.set_verbose = True litellm.set_verbose = True