Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Sep 10, 2024
1 parent 3a01472 commit 20a59dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisa/tools/virtualclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ def _wait_for_client_result(
assert_that(matched.group("exit_code")).described_as(
f"Exit code on {client_info.node.name} is unexpected"
).is_equal_to("0")
for node_info in self._targets:
node_info.node.close()
# for node_info in self._targets:
# node_info.node.close()

def _process_results(self) -> None:
for target in self._targets:
Expand Down

0 comments on commit 20a59dc

Please sign in to comment.