From 8c1dea46973fd7df7f322fe17abfd2580d35b093 Mon Sep 17 00:00:00 2001 From: lidia9 Date: Wed, 30 Apr 2025 11:41:40 +0200 Subject: [PATCH] remove set disable in test --- tests/tools/test_tool_generic_linux_command.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/tools/test_tool_generic_linux_command.py b/tests/tools/test_tool_generic_linux_command.py index ce45f451..c4c427c2 100644 --- a/tests/tools/test_tool_generic_linux_command.py +++ b/tests/tools/test_tool_generic_linux_command.py @@ -7,9 +7,6 @@ import pytest import json from unittest.mock import MagicMock from cai.tools.reconnaissance.generic_linux_command import generic_linux_command -from cai.sdk.agents import set_tracing_disabled - -set_tracing_disabled(True) #disable tracing or OPENAI_AGENTS_DISABLE_TRACING=1 async def test_generic_linux_command_regular_commands(): """Test the execution of a regular command using the generic Linux command tool."""