Skip to content

Commit

Permalink
Fix chip test cleanup hanging problem (project-chip#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzagralopes authored Nov 30, 2023
1 parent 30f7d99 commit 550081c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/chip_tool/chip_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ async def start_container(

async def destroy_device(self) -> None:
"""Destroy the device container."""
await self.stop_chip_tool_server()

if self.__chip_tool_container is not None:
container_manager.destroy(self.__chip_tool_container)
self.__chip_tool_container = None
Expand Down

0 comments on commit 550081c

Please sign in to comment.