mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 16:39:50 +00:00
disable flaky test
This commit is contained in:
parent
b5af8ac901
commit
c01cada741
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ def test_agent_simple(llama_stack_client, agent_config):
|
|||
assert "I can't" in logs_str
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="this test was disabled for a long time, and now has turned flaky")
|
||||
def test_agent_name(llama_stack_client, text_model_id):
|
||||
agent_name = f"test-agent-{uuid4()}"
|
||||
agent = Agent(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue