From b71693e4d17cfd9f3074cdedb0d12c84f1250e19 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 2 Mar 2021 17:42:18 -0800 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index f8c5cba4..f12dc3c7 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};