From d0a0e8d5575e7d1c2c3955bc0c11cddc97515128 Mon Sep 17 00:00:00 2001 From: Andrew Anglin Date: Fri, 18 Oct 2024 17:32:33 -0400 Subject: [PATCH] removed the commit in confirm_user_backup --- convert2rhel/main.py | 1 - .../system-release-backup/test_system_release_backup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/convert2rhel/main.py b/convert2rhel/main.py index 0217b4917..45e434437 100644 --- a/convert2rhel/main.py +++ b/convert2rhel/main.py @@ -315,7 +315,6 @@ def _handle_inhibitors_found_exception(): def confirm_user_backup(): - # Add in the warning about the system back up here! loggerinst.warning( "Convert2RHEL modifies the systems during the analysis and then rolls back these " "changes when the analysis is complete. In rare cases, this rollback can fail. " diff --git a/tests/integration/tier0/non-destructive/system-release-backup/test_system_release_backup.py b/tests/integration/tier0/non-destructive/system-release-backup/test_system_release_backup.py index 856b98fdc..e18dc3c1e 100644 --- a/tests/integration/tier0/non-destructive/system-release-backup/test_system_release_backup.py +++ b/tests/integration/tier0/non-destructive/system-release-backup/test_system_release_backup.py @@ -93,7 +93,7 @@ def test_override_inhibitor_os_release_restored( c2r.expect("Continue with the system conversion?") c2r.sendline("y") - c2r.expect("Continue with the system conversion?") + # c2r.expect("Continue with the system conversion?") c2r.sendline("y") c2r.expect("'CONVERT2RHEL_INCOMPLETE_ROLLBACK' environment variable detected, continuing conversion.")