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

Add mock-core-configs branched update to F41 workarounds

Looks like it didn't make the compose, or something, we need
this for tests to work.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-15 17:32:12 -04:00
parent 0faa55586d
commit e8ed3a2a96

View File

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