mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
tests: remove flaky agent test
Summary: Test Plan:
This commit is contained in:
parent
e6c9f2a485
commit
7ee04827a2
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