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:
Adam Williamson 2024-03-07 16:04:33 -08:00
parent 938dc5958b
commit 89686bceba
1 changed files with 1 additions and 10 deletions

View File

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