mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 01:44:21 +00:00
Add anaconda workaround build for #2262892
This adds a scratch build with my proposed patch: https://github.com/rhinstaller/anaconda/pull/5460 to get the tests to start passing again, so we don't have the flood of red which makes it hard to spot other problems. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
811ff708d2
commit
fa5cedc63a
@ -476,7 +476,7 @@ sub get_workarounds {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"38" => [],
|
"38" => [],
|
||||||
"39" => [],
|
"39" => [],
|
||||||
"40" => [],
|
"40" => ["113074492"],
|
||||||
);
|
);
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
return @$advortasks;
|
return @$advortasks;
|
||||||
|
Loading…
Reference in New Issue
Block a user