Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down
2 changes: 1 addition & 1 deletion reboot-initial-setup-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion reboot-initial-setup-tui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down