mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Add F34 qt5-qtwayland update to workarounds to fix crashes
KDE tests are failing on all F34 updates ATM due to https://bugzilla.redhat.com/show_bug.cgi?id=2049560 , add the update to fix it. Also drop 33 from the workarounds hash as it's EOL. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4d16dd085a
commit
afbb62d514
@ -455,8 +455,7 @@ sub setup_workaround_repo {
|
||||
assert_script_run "mkdir -p /opt/workarounds_repo";
|
||||
assert_script_run "pushd /opt/workarounds_repo";
|
||||
my %workarounds = (
|
||||
"33" => [],
|
||||
"34" => [],
|
||||
"34" => ["FEDORA-2022-b8782ad7f2"],
|
||||
"35" => ["FEDORA-2022-5aee32fbab"]
|
||||
);
|
||||
# then we'll download each update for our release:
|
||||
|
Loading…
Reference in New Issue
Block a user