Disable DNF check on Silverblue
Some checks failed
CI via Tox and perl / tox (pull_request) Successful in 3m2s
CI via Tox and perl / perl (pull_request) Failing after 4m16s
CI via Tox and perl / checkwiki (pull_request) Successful in 44s

This commit is contained in:
Lukáš Růžička 2026-04-28 15:54:33 +02:00
commit a4237e3979

View file

@ -89,7 +89,9 @@ sub run {
assert_script_run(q{fedora-third-party list --csv --columns=name,type | grep -q .});
# Optional extra proof on the DNF side:
assert_script_run(q{dnf repolist --enabled | grep -E 'fedora-cisco-openh264|google-chrome|rpmfusion'});
unless (get_var('CANNED')) {
assert_script_run(q{dnf repolist --enabled | grep -E 'fedora-cisco-openh264|google-chrome|rpmfusion'});
}
# Check the geolocation service are disabled for the user (the previous test did it)
assert_as_user_eq($user,