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

Add kde-settings update as a workaround too

This should mean all F40 update tests get the new background,
and we can once again make that test fail if it doesn't see it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-03-07 16:03:18 -08:00
parent 02015ed5a0
commit 9d1ae2aaf7

View File

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