mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-23 22:43:07 +00:00
disks: drop a workaround we did not hit for a long time
The issue is not marked as fixed, but per the needle cleanup we have not hit this workaround condition for a long time. I checked past failures and it doesn't look like we're still hitting the problem but the needle stopped matching, or anything. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
99b3ef8f03
commit
45c7e7a63a
@ -193,13 +193,6 @@ sub mount_partition {
|
||||
my $number = shift;
|
||||
# Select the first partition if not selected.
|
||||
assert_and_click("disks_select_partition_$number");
|
||||
# FIXME: handle partition being mounted at /run/udisk2/temp-mount-XXXXX:
|
||||
# https://github.com/storaged-project/udisks/issues/1102
|
||||
# drop this when that bug is fixed
|
||||
if (check_screen("disks_temp_mounted", 5)) {
|
||||
click_lastmatch;
|
||||
authenticate;
|
||||
}
|
||||
# Click on the Play symbout to mount the partition.
|
||||
assert_and_click("disks_button_mount");
|
||||
# Authenticate if necessary.
|
||||
|
Loading…
Reference in New Issue
Block a user