From 79b1287c06f03312a35ca79a7983a1007acde652 Mon Sep 17 00:00:00 2001 From: Matthew Zhou Date: Thu, 25 Sep 2025 17:42:13 -0700 Subject: [PATCH] test: Fix test agent tool graph (#4949) * Fix agent tool graph tests * Temp disable chat completions integration test --- .github/workflows/core-integration-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/core-integration-tests.yml b/.github/workflows/core-integration-tests.yml index bc2a49be..c8cc489c 100644 --- a/.github/workflows/core-integration-tests.yml +++ b/.github/workflows/core-integration-tests.yml @@ -37,7 +37,6 @@ jobs: "integration_test_async_tool_sandbox.py", "integration_test_sleeptime_agent.py", "integration_test_agent_tool_graph.py", - "integration_test_chat_completions.py", "integration_test_multi_agent.py", "integration_test_batch_api_cron_jobs.py", "integration_test_builtin_tools.py",