diff --git a/tests/runtime/test_microagent.py b/tests/runtime/test_microagent.py index f26b9b91f6c1..90249951aade 100644 --- a/tests/runtime/test_microagent.py +++ b/tests/runtime/test_microagent.py @@ -11,12 +11,6 @@ from openhands.microagent import KnowledgeMicroAgent, RepoMicroAgent, TaskMicroAgent -# Skip tests if Docker is not available -pytestmark = pytest.mark.skipif( - os.system('docker info > /dev/null 2>&1') != 0, - reason='Docker is not available or not properly configured', -) - def _create_test_microagents(test_dir: str): """Create test microagent files in the given directory."""