mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
disable test_inference_store_tool_calls also
This commit is contained in:
parent
3d0509687e
commit
41b84cbe66
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ def test_inference_store(openai_client, client_with_models, text_model_id, strea
|
||||||
False,
|
False,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@pytest.mark.skip(reason="Very flaky, tool calling really wacky on CI")
|
||||||
def test_inference_store_tool_calls(openai_client, client_with_models, text_model_id, stream):
|
def test_inference_store_tool_calls(openai_client, client_with_models, text_model_id, stream):
|
||||||
skip_if_model_doesnt_support_openai_chat_completion(client_with_models, text_model_id)
|
skip_if_model_doesnt_support_openai_chat_completion(client_with_models, text_model_id)
|
||||||
client = openai_client
|
client = openai_client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue