Skip to content

Commit dc19fe5

Browse files
committed
Disable rpm-ostree-container-uefi test on F44 container
The rpm-ostree-container-uefi test does not work with the F44 container. As it this does not seem like a straightforward problem to fix, lets skip the test for now so that we don't block the switch to the F44 container.
1 parent 58214a0 commit dc19fe5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

containers/runner/skip-testtypes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ fedora_disabled_array=(
2323
gh1530 # dns-global-exclusive-tls-* stage2-from-compose failing
2424
gh1586 # raid tests failing
2525
gh1618 # packages-multilib failing on daily-iso
26+
gh1633 # rpm-ostree-container-uefi failing with Fedora 44 runner container
2627
)
2728

2829
daily_iso_disabled_array=(
@@ -58,6 +59,7 @@ rhel9_disabled_array=(
5859
gh576 # clearpart-4 test is flaky on all scenarios
5960
gh595 # proxy-cmdline failing on all scenarios
6061
gh804 # tests requiring dvd iso failing
62+
gh1633 # rpm-ostree-container-uefi failing with Fedora 44 runner container
6163
)
6264

6365
rhel10_centos10_disabled_array=(
@@ -66,6 +68,7 @@ rhel10_centos10_disabled_array=(
6668
gh1090 # raid-1-reqpart failing
6769
gh1207 # packages-multilib failing
6870
gh1213 # harddrive-iso-single failing
71+
gh1633 # rpm-ostree-container-uefi failing with Fedora 44 runner container
6972
)
7073

7174
rhel10_skip_array=(

rpm-ostree-container-uefi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Ignore unused variable parsed out by tooling scripts as test tags metadata
2020
# shellcheck disable=SC2034
21-
TESTTYPE="payload uefi ostree bootc keyboard reboot skip-on-rhel-8 gh1533"
21+
TESTTYPE="payload uefi ostree bootc keyboard reboot skip-on-rhel-8 gh1533 gh1633"
2222

2323
. ${KSTESTDIR}/functions.sh
2424

0 commit comments

Comments
 (0)