From c01cada7418577d17c7b0b584de1ddb415757a24 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 18 Aug 2025 16:57:01 -0700 Subject: [PATCH] disable flaky test --- tests/integration/agents/test_agents.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/agents/test_agents.py b/tests/integration/agents/test_agents.py index 9121457d7..23529f91e 100644 --- a/tests/integration/agents/test_agents.py +++ b/tests/integration/agents/test_agents.py @@ -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(