From 2e3eede05d1c0d9e31ea0e6942a9cfbf5354c02d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 12 Mar 2025 10:43:15 -0700 Subject: [PATCH] Drop a now-unneeded workaround The fix for this landed long ago. Signed-off-by: Adam Williamson --- tests/graphical_upgrade_prerequisites.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/graphical_upgrade_prerequisites.pm b/tests/graphical_upgrade_prerequisites.pm index 731970f2..3be6af9f 100644 --- a/tests/graphical_upgrade_prerequisites.pm +++ b/tests/graphical_upgrade_prerequisites.pm @@ -24,13 +24,6 @@ sub run { if ($desktop eq "gnome") { # Install Gnome specific packages assert_script_run("dnf install -y jq dbus-x11"); - # FIXME on Fedora 40, update gnome-software from updates-testing - # to ensure we have the fix for - # https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2514 - # drop this when the update is stable - if ($curr eq "40") { - assert_script_run("dnf -y --enablerepo=updates-testing update gnome-software", 180); - } # Leave the CLI and come back to the login screen. desktop_vt(); # Log onto the graphical session