Skip to content

Commit

Permalink
disable auto detach
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmyagkov committed Sep 26, 2024
1 parent d894dd4 commit e963c09
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def obtain(self) -> Ycp.Instance:

@contextmanager
def attach_disk(self, disk: Ycp.Disk):
with self._ycp.attach_disk(self._instance, disk):
# Temprorary disable autodetach to debug acceptance test failure
with self._ycp.attach_disk(self._instance, disk, None, False):
yield wait_for_block_device_to_appear(
self._instance.ip,
disk.id,
Expand Down

0 comments on commit e963c09

Please sign in to comment.