From 008e0ba5bf5434dce070127c4617d01ea7d63f04 Mon Sep 17 00:00:00 2001 From: Hannah Stepanek Date: Wed, 13 Dec 2023 10:54:58 -0800 Subject: [PATCH] Comment out v1 embedding error tests --- tests/mlmodel_openai/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mlmodel_openai/conftest.py b/tests/mlmodel_openai/conftest.py index 180bec9cc4..5fd6904dd4 100644 --- a/tests/mlmodel_openai/conftest.py +++ b/tests/mlmodel_openai/conftest.py @@ -56,7 +56,7 @@ "test_embeddings_v1.py", "test_get_llm_message_ids_v1.py", "test_chat_completion_error_v1.py", - "test_embeddings_error_v1.py", + # "test_embeddings_error_v1.py", ] else: collect_ignore = [