mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 23:03:08 +00:00
Drop a now-unnecessary release number conditional in a check
We're never testing a release lower than 34 again. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a22d3b28b6
commit
381e3e3561
@ -5,7 +5,7 @@ use utils;
|
||||
|
||||
sub run {
|
||||
my $relnum = get_release_number;
|
||||
if (get_var("LANGUAGE") eq 'japanese' && $relnum > 33) {
|
||||
if (get_var("LANGUAGE") eq 'japanese') {
|
||||
# give GNOME a minute to settle
|
||||
wait_still_screen 5;
|
||||
# since g-i-s new user mode was dropped and the replacement
|
||||
|
Loading…
Reference in New Issue
Block a user