test: remove flaky agent test (#1006)

Summary:

Test Plan:
This commit is contained in:
ehhuang 2025-02-07 09:35:38 -08:00 committed by GitHub
parent 657f24b964
commit a9950ce806
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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