disable flaky test

This commit is contained in:
Ashwin Bharambe 2025-08-18 16:57:01 -07:00
parent b5af8ac901
commit c01cada741

View file

@ -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(