Add Firefox 86 to F34 workarounds (#1927972)

desktop_browser fails frequently on F34 KDE due to #1927972. The
new version should avoid that problem, adding it as a workaround
to hopefully make the test more reliable.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-02 17:42:18 -08:00
parent 6b4b452521
commit b71693e4d1
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ sub setup_workaround_repo {
my %workarounds = (
"32" => [],
"33" => [],
"34" => ["FEDORA-2021-263244c071"]
"34" => ["FEDORA-2021-263244c071", "FEDORA-2021-688bf3e82e", "FEDORA-2021-bdc10e21fc"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};