Skip to content

Commit

Permalink
Comment out v1 embedding error tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Dec 13, 2023
1 parent 8da4227 commit 008e0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mlmodel_openai/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 008e0ba

Please sign in to comment.