mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
comment out test method calls, following the pattern
This commit is contained in:
parent
157d7a7c28
commit
8e9a4fa9eb
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ def test_ollama_embeddings(mock_embeddings):
|
|||
)
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
test_ollama_embeddings()
|
||||
# test_ollama_embeddings()
|
||||
|
||||
@mock.patch(
|
||||
"litellm.llms.ollama.ollama_aembeddings",
|
||||
|
|
@ -105,4 +105,4 @@ def test_ollama_aembeddings(mock_aembeddings):
|
|||
)
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
test_ollama_aembeddings()
|
||||
# test_ollama_aembeddings()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue