1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-13 02:54:31 +00:00

disable fwupd in desktop_update_graphical

This isn't a test of fwupd, and we seem to be having issues with
it in openQA lately - I think maybe the fwupd server is blocking
openqa because we're hitting it too much? Anyway, let's disable
it for now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-02-05 23:58:08 -08:00
parent 52c9060bce
commit 1a8f7e466c

View File

@ -17,6 +17,9 @@ sub run {
if (get_var("ADVISORY_OR_TASK") && get_var("VERSION") eq get_var("RAWREL")) {
assert_script_run 'sed -i -e "s,enabled=1,enabled=0,g" /etc/yum.repos.d/koji-rawhide.repo';
}
# fwupd causes problems sometimes, and we're not testing it
script_run "systemctl stop fwupd.service";
script_run "systemctl mask fwupd.service";
prepare_test_packages;
# get back to the desktop
desktop_vt;