From 7e7bea66ba28a76dcca8480337c6ede7c297623e Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 28 Mar 2025 12:58:08 -0700 Subject: [PATCH] fix: skip code interp (#1827) # What does this PR do? - this is a flaky test dependent on model output [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan image [//]: # (## Documentation) --- tests/integration/agents/test_agents.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/integration/agents/test_agents.py b/tests/integration/agents/test_agents.py index 754c38fd8..7aeeb32d8 100644 --- a/tests/integration/agents/test_agents.py +++ b/tests/integration/agents/test_agents.py @@ -520,19 +520,7 @@ def test_rag_and_code_agent(llama_stack_client_with_mocked_inference, agent_conf ], } agent = Agent(llama_stack_client_with_mocked_inference, **agent_config) - inflation_doc = Document( - document_id="test_csv", - content="https://raw.githubusercontent.com/meta-llama/llama-stack-apps/main/examples/resources/inflation.csv", - mime_type="text/csv", - metadata={}, - ) user_prompts = [ - ( - "Here is a csv file, can you describe it?", - [inflation_doc], - "code_interpreter", - "", - ), ( "when was Perplexity the company founded?", [],