1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-07-23 02:45:44 +00:00

Add FEDORA-2025-c25f31b10b as a workaround for F43

alsa-utils that requires this alsa-lib is already stable, so we
need this or all tests fail.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-04-15 07:50:01 -07:00
parent d6e453b665
commit 4a7e0721d4

View File

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