mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +00:00
skip mcp test for http client
This commit is contained in:
parent
d92e69b9ee
commit
6294f31226
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,9 @@ def mcp_server():
|
|||
|
||||
|
||||
def test_mcp_invocation(llama_stack_client, mcp_server):
|
||||
if not isinstance(llama_stack_client, LlamaStackAsLibraryClient):
|
||||
pytest.skip("The local MCP server only reliably reachable from library client.")
|
||||
|
||||
port = mcp_server
|
||||
test_toolgroup_id = "remote::mcptest"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue