Skip third party on Silverblue
Some checks failed
CI via Tox and perl / tox (pull_request) Successful in 1m55s
CI via Tox and perl / perl (pull_request) Failing after 3m48s
CI via Tox and perl / checkwiki (pull_request) Failing after 2m16s

This commit is contained in:
Lukáš Růžička 2026-04-28 14:55:42 +02:00
commit 9b7f027b1c

View file

@ -124,6 +124,16 @@ sub run {
credentials
password
);
if (get_var('CANNED')) {
@required_screens = qw(
welcome
privacy
timezone
credentials
password
);
}
while (1) {
die("GNOME Initial Setup appears stuck") if ++$iterations > 20;