From 6c22b55be59ca2e3796f43949ff250507c5f9ea5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 1 May 2019 13:48:57 -0700 Subject: [PATCH] Drop another part of branched buildroot repo workaround Signed-off-by: Adam Williamson --- tests/desktop_update_graphical.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index 976321b4..8f9ed2dd 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -10,11 +10,6 @@ sub run { # use a tty console for repo config and package prep $self->root_console(tty=>3); assert_script_run 'dnf config-manager --set-disabled updates-testing'; - # disable the f30-build repo for this test as it makes GNOME - # Software choke - https://gitlab.gnome.org/GNOME/gnome-software/issues/603 - if (get_var("VERSION") eq "30" && get_var("ADVISORY_OR_TASK")) { - assert_script_run 'dnf config-manager --set-disabled f30-build'; - } prepare_test_packages; # get back to the desktop desktop_vt;