mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
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:
parent
6b4b452521
commit
b71693e4d1
@ -445,7 +445,7 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"32" => [],
|
"32" => [],
|
||||||
"33" => [],
|
"33" => [],
|
||||||
"34" => ["FEDORA-2021-263244c071"]
|
"34" => ["FEDORA-2021-263244c071", "FEDORA-2021-688bf3e82e", "FEDORA-2021-bdc10e21fc"]
|
||||||
);
|
);
|
||||||
# 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