Temporarily disable TODO Tool (#4158)

This commit is contained in:
David Katz
2025-08-18 12:13:12 -04:00
committed by GitHub
parent e16f9ef8e1
commit 6522dc1cd5
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ use serial_test::serial;
use std::sync::Arc;
#[tokio::test]
#[ignore] // TODO: Re-enable after next release when TODO tools are re-enabled
async fn test_todo_tools_in_agent_list() {
let agent = Agent::new();
let tools = agent.list_tools(None).await;