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:
Adam Williamson 2021-08-20 11:41:07 -07:00
parent 8992d37ce6
commit 4c19ed1723
1 changed files with 2 additions and 1 deletions

View File

@ -456,7 +456,8 @@ sub setup_workaround_repo {
assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = (
"33" => [],
"34" => ["FEDORA-2021-d7b1dc57fe"]
"34" => ["FEDORA-2021-d7b1dc57fe"],
"35" => ["FEDORA-2021-0192369fd9"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};