mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-02 23:53:08 +00:00
desktop_background: drop F40 exemption
Now we have F40 backgrounds, we can drop this exemption and have the test always fail on non-Rawhide again. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
938dc5958b
commit
89686bceba
@ -11,16 +11,7 @@ sub run {
|
||||
# don't have any requirement for what background Rawhide uses.
|
||||
my $version = get_var('VERSION');
|
||||
my $rawrel = get_var('RAWREL');
|
||||
if ($version ne "Rawhide" && $version ne $rawrel) {
|
||||
unless (check_screen "${version}_background", 30) {
|
||||
if ($version eq "40") {
|
||||
record_soft_failure "No backgrounds for F40 yet: https://bugzilla.redhat.com/show_bug.cgi?id=2230720";
|
||||
}
|
||||
else {
|
||||
die "Correct background not found!";
|
||||
}
|
||||
}
|
||||
}
|
||||
assert_screen "${version}_background" if ($version ne "Rawhide" && $version ne $rawrel);
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
Loading…
Reference in New Issue
Block a user