mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +00:00
fix: disable test_responses_store
This commit is contained in:
parent
a411029d7e
commit
3d0509687e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ def openai_client(client_with_models):
|
|||
],
|
||||
],
|
||||
)
|
||||
@pytest.mark.skip(reason="Very flaky, sometimes there is a message not a function call, standard tool calling issues")
|
||||
def test_responses_store(openai_client, client_with_models, text_model_id, stream, tools):
|
||||
if isinstance(client_with_models, LlamaStackAsLibraryClient):
|
||||
pytest.skip("OpenAI responses are not supported when testing with library client yet.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue