Skip to content

Commit be1f18d

Browse files
committed
Fix chip test cleanup hanging problem
1 parent 3500cf6 commit be1f18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/chip_tool/chip_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ async def start_container(
395395

396396
async def destroy_device(self) -> None:
397397
"""Destroy the device container."""
398-
await self.stop_chip_tool_server()
398+
# await self.stop_chip_tool_server()
399399

400400
if self.__chip_tool_container is not None:
401401
container_manager.destroy(self.__chip_tool_container)

0 commit comments

Comments
 (0)