Skip to content

Commit

Permalink
Fix chip test cleanup hanging problem
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-amjr committed Nov 29, 2023
1 parent 3500cf6 commit be1f18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chip_tool/chip_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be1f18d

Please sign in to comment.