From 929e315e19f38ff31c826f98401ec63c769c4c2f Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Fri, 4 Sep 2026 10:30:50 +0200 Subject: [PATCH] Reenable reboot-initial-setup-* (gh1746) The issue seems to be fixed on rawhide --- containers/runner/skip-testtypes | 1 - reboot-initial-setup-gui.sh | 2 +- reboot-initial-setup-tui.sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index 20c438e11..a28b7a62b 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -20,7 +20,6 @@ fedora_disabled_array=( gh1530 # dns-global-exclusive-tls-* stage2-from-compose failing gh1618 # packages-multilib failing on daily-iso gh1633 # rpm-ostree-container-uefi failing with Fedora 44 runner container - gh1746 # reboot-inital-setup-* failing ) daily_iso_disabled_array=( diff --git a/reboot-initial-setup-gui.sh b/reboot-initial-setup-gui.sh index 2b941229b..343a2e3f8 100755 --- a/reboot-initial-setup-gui.sh +++ b/reboot-initial-setup-gui.sh @@ -17,7 +17,7 @@ # # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="reboot initial-setup smoke skip-on-rhel-10 skip-on-centos-10 skip-on-fedora-eln gh1434 gh1746" +TESTTYPE="reboot initial-setup smoke skip-on-rhel-10 skip-on-centos-10 skip-on-fedora-eln gh1434" . ${KSTESTDIR}/functions.sh diff --git a/reboot-initial-setup-tui.sh b/reboot-initial-setup-tui.sh index cdd5f2a21..0caa8c987 100755 --- a/reboot-initial-setup-tui.sh +++ b/reboot-initial-setup-tui.sh @@ -18,7 +18,7 @@ # The fix requires https://github.com/rhinstaller/anaconda/commit/6b80b7b. # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="reboot initial-setup smoke skip-on-daily-iso-webui skip-on-rhel-8 skip-on-rhel-10 skip-on-centos-10 skip-on-fedora-eln gh1434 gh1746" +TESTTYPE="reboot initial-setup smoke skip-on-daily-iso-webui skip-on-rhel-8 skip-on-rhel-10 skip-on-centos-10 skip-on-fedora-eln gh1434" . ${KSTESTDIR}/functions.sh