From 432fd60fe80a988ec3ff2905e016178d39d207b5 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 1 May 2025 14:03:18 -0700 Subject: [PATCH] skip code interp test --- llama_stack/templates/cerebras/report.md | 1 - llama_stack/templates/fireworks/report.md | 1 - llama_stack/templates/ollama/report.md | 1 - llama_stack/templates/together/report.md | 1 - tests/integration/agents/test_agents.py | 1 + 5 files changed, 1 insertion(+), 4 deletions(-) diff --git a/llama_stack/templates/cerebras/report.md b/llama_stack/templates/cerebras/report.md index 7c09474b1..f240e354b 100644 --- a/llama_stack/templates/cerebras/report.md +++ b/llama_stack/templates/cerebras/report.md @@ -41,4 +41,3 @@ |:-----|:-----|:-----|:-----| | /create_agent_turn | rag | test_rag_agent | ✅ | | /create_agent_turn | custom_tool | test_custom_tool | ❌ | -| /create_agent_turn | code_execution | test_code_interpreter_for_attachments | ✅ | diff --git a/llama_stack/templates/fireworks/report.md b/llama_stack/templates/fireworks/report.md index 2c1ccc943..b520acf8e 100644 --- a/llama_stack/templates/fireworks/report.md +++ b/llama_stack/templates/fireworks/report.md @@ -43,4 +43,3 @@ |:-----|:-----|:-----|:-----|:-----| | inline::meta-reference | /create_agent_turn | rag | test_rag_agent | ✅ | | inline::meta-reference | /create_agent_turn | custom_tool | test_custom_tool | ✅ | -| inline::meta-reference | /create_agent_turn | code_execution | test_code_interpreter_for_attachments | ✅ | diff --git a/llama_stack/templates/ollama/report.md b/llama_stack/templates/ollama/report.md index 724809a59..4b2dada3a 100644 --- a/llama_stack/templates/ollama/report.md +++ b/llama_stack/templates/ollama/report.md @@ -41,4 +41,3 @@ |:-----|:-----|:-----|:-----| | /create_agent_turn | rag | test_rag_agent | ✅ | | /create_agent_turn | custom_tool | test_custom_tool | ✅ | -| /create_agent_turn | code_execution | test_code_interpreter_for_attachments | ✅ | diff --git a/llama_stack/templates/together/report.md b/llama_stack/templates/together/report.md index e125d5665..71ae83597 100644 --- a/llama_stack/templates/together/report.md +++ b/llama_stack/templates/together/report.md @@ -43,4 +43,3 @@ |:-----|:-----|:-----|:-----|:-----| | inline::meta-reference | /create_agent_turn | rag | test_rag_agent | ✅ | | inline::meta-reference | /create_agent_turn | custom_tool | test_custom_tool | ✅ | -| inline::meta-reference | /create_agent_turn | code_execution | test_code_interpreter_for_attachments | ✅ | diff --git a/tests/integration/agents/test_agents.py b/tests/integration/agents/test_agents.py index bd307ab19..86881ad06 100644 --- a/tests/integration/agents/test_agents.py +++ b/tests/integration/agents/test_agents.py @@ -295,6 +295,7 @@ def test_builtin_tool_code_execution(llama_stack_client_with_mocked_inference, a # This test must be run in an environment where `bwrap` is available. If you are running against a # server, this means the _server_ must have `bwrap` available. If you are using library client, then # you must have `bwrap` available in test's environment. +@pytest.mark.skip(reason="Code interpreter is currently disabled in the Stack") def test_code_interpreter_for_attachments(llama_stack_client_with_mocked_inference, agent_config): agent_config = { **agent_config,