mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-25 20:20:56 +00:00
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:
parent
e744cea358
commit
d0d99946ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue