diff --git a/app/chip_tool/chip_tool.py b/app/chip_tool/chip_tool.py index e5b5b7a3..00de7bfa 100644 --- a/app/chip_tool/chip_tool.py +++ b/app/chip_tool/chip_tool.py @@ -395,7 +395,7 @@ async def start_container( async def destroy_device(self) -> None: """Destroy the device container.""" - await self.stop_chip_tool_server() + # await self.stop_chip_tool_server() if self.__chip_tool_container is not None: container_manager.destroy(self.__chip_tool_container)