Skip to content

Commit

Permalink
Remove workaround for bsc#1055747
Browse files Browse the repository at this point in the history
- On storage-ng the warning only appears when swap is mandatory.
  • Loading branch information
SergioAtSUSE committed Mar 13, 2018
1 parent 5e929f0 commit aca9c0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/installation/partitioning_warnings.pm
Expand Up @@ -50,10 +50,7 @@ sub run {
assert_screen 'partition-warning-no-efi-boot';
wait_screen_change { send_key 'alt-y' }; # yes
}
if (is_storage_ng && !check_screen('partitioning-edit-proposal-button', 0)) {
record_soft_failure 'bsc#1055747';
}
else {
if (!is_storage_ng) {
assert_screen 'partition-warning-no-swap';
wait_screen_change { send_key 'alt-y' }; # yes
}
Expand Down

0 comments on commit aca9c0f

Please sign in to comment.