1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 15:07:22 +00:00

Add F40 backgrounds update as workaround

So the kde-settings update can pass tests.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-03-07 15:54:51 -08:00
parent cca9f90c8a
commit 02015ed5a0

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"38" => [], "38" => [],
"39" => [], "39" => [],
"40" => [], "40" => ["FEDORA-2024-f0fdde3a5d"],
"41" => [], "41" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};