1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-04 07:55:44 +00:00

Add FEDORA-2025-0a4cc22f49 as a workaround

It's needed to get workstation tests to pass, as the earlier
xen/qemu update broke qemu's deps and it's installed by default
in Workstation. Remove when the update goes stable soon.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-07-17 16:50:04 -07:00
parent 3f3357ff85
commit f29fdadcbc

View File

@ -485,7 +485,7 @@ sub get_workarounds {
"40" => [],
"41" => [],
"42" => [],
"43" => [],
"43" => ["FEDORA-2025-0a4cc22f49"],
"eln" => [],
);
my $advortasks = $workarounds{$version};