mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-16 20:44:31 +00:00
Add FEDORA-2021-0192369fd9 as a workaround for F35 update tests
This should fix FreeIPA server deployment failure. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8992d37ce6
commit
4c19ed1723
@ -456,7 +456,8 @@ sub setup_workaround_repo {
|
|||||||
assert_script_run "pushd /opt/workarounds_repo";
|
assert_script_run "pushd /opt/workarounds_repo";
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"33" => [],
|
"33" => [],
|
||||||
"34" => ["FEDORA-2021-d7b1dc57fe"]
|
"34" => ["FEDORA-2021-d7b1dc57fe"],
|
||||||
|
"35" => ["FEDORA-2021-0192369fd9"]
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user