forked from phoenix-oss/llama-stack-mirror
parent
657f24b964
commit
a9950ce806
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ def test_custom_tool(llama_stack_client, agent_config):
|
|||
assert "CustomTool" in logs_str
|
||||
|
||||
|
||||
def test_override_system_message_behavior(llama_stack_client, agent_config):
|
||||
# TODO: fix this flaky test
|
||||
def xtest_override_system_message_behavior(llama_stack_client, agent_config):
|
||||
client_tool = TestClientTool()
|
||||
agent_config = {
|
||||
**agent_config,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue