1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-10-22 18:14:21 +00:00

Add gjs user switch crash fix update as workaround for F41

This should allow us to turn the desktop_login test back on for
updates.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-16 11:01:32 -07:00
parent b4910cee94
commit d761df56b2

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my %workarounds = (
"39" => [],
"40" => ["FEDORA-2024-8ef1271562"],
"41" => ["FEDORA-2024-d7dc366b88"],
"41" => ["FEDORA-2024-d7dc366b88", "FEDORA-2024-975d19f08d"],
"42" => [],
"eln" => [],
);