mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
Update tests/verifications/openai_api/test_responses.py
This commit is contained in:
parent
c85397589f
commit
9253529d9a
1 changed files with 0 additions and 1 deletions
|
@ -296,7 +296,6 @@ def test_response_non_streaming_file_search(
|
|||
if isinstance(openai_client, LlamaStackAsLibraryClient):
|
||||
pytest.skip("Responses API file search is not yet supported in library client.")
|
||||
|
||||
print(f"list models = {openai_client.models.list()}")
|
||||
test_name_base = get_base_test_name(request)
|
||||
if should_skip_test(verification_config, provider, model, test_name_base):
|
||||
pytest.skip(f"Skipping {test_name_base} for model {model} on provider {provider} based on config.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue