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:
Adam Williamson 2024-01-09 17:48:28 -08:00
parent 99b3ef8f03
commit 45c7e7a63a
1 changed files with 0 additions and 7 deletions

View File

@ -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.