Exclude fix for #1699099 from the workaround...

...so we can check it works.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-04-16 22:49:49 -07:00
parent e744cea358
commit d0d99946ce
1 changed files with 1 additions and 1 deletions

View File

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