comment out test method calls, following the pattern

This commit is contained in:
Mehmet Bektas
2024-05-06 20:13:11 -07:00
parent 157d7a7c28
commit 8e9a4fa9eb
+2 -2
View File
@@ -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()