Skip to content

Commit

Permalink
Add wait_running_package_process in uninstall_package (#3024)
Browse files Browse the repository at this point in the history
* Add super method in add_azure_core_repo for Mariner

* Add wait_running_package_process in uninstall_package
  • Loading branch information
lubaihua33 committed Oct 27, 2023
1 parent f96d0ce commit 45338ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/operating_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ def _uninstall_packages(
)
if not signed:
command += " --allow-unauthenticated"
self.wait_running_package_process()
uninstall_result = self._node.execute(
command, shell=True, sudo=True, timeout=timeout
)
Expand Down

0 comments on commit 45338ca

Please sign in to comment.