1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-18 06:33:09 +00:00

Drop rpm-ostree workaround (it went stable)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-01-16 17:08:23 -08:00
parent 077d3182d6
commit 40e5e23985

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"40" => [], "40" => [],
"41" => [], "41" => [],
"42" => ["127874766"], "42" => [],
"eln" => [], "eln" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};