Skip to content

Commit

Permalink
Skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Oct 1, 2024
1 parent 34e4754 commit 30efe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oai/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_aoai_chat_completion():
print(client.extract_text_or_completion_object(response))


@pytest.mark.skipif(skip or not TOOL_ENABLED, reason="openai>=1.1.0 not installed")
# @pytest.mark.skipif(skip or not TOOL_ENABLED, reason="openai>=1.1.0 not installed")
@pytest.mark.skip(reason="This test is not working until Azure settings are updated")
def test_oai_tool_calling_extraction():
config_list = config_list_from_json(
Expand Down

0 comments on commit 30efe88

Please sign in to comment.