From d0d99946ce55ab4256ac09899b7640436b8fbf2d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Apr 2019 22:49:49 -0700 Subject: [PATCH] Exclude fix for #1699099 from the workaround... ...so we can check it works. Signed-off-by: Adam Williamson --- tests/_do_install_and_reboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 20bd22ce..979855d3 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -131,7 +131,7 @@ sub run { $self->root_console(timeout=>30); enable_abrt_and_quit(); } - elsif ((get_var("DESKTOP") eq "gnome") && ($version eq "30" || $version eq "rawhide")) { + elsif ((get_var("DESKTOP") eq "gnome") && ($version eq "30" || $version eq "rawhide") && get_var("ADVISORY") ne "FEDORA-2019-ac2a21ff07") { # FIXME workaround for # https://bugzilla.redhat.com/show_bug.cgi?id=1699099 # remove when fixed