Skip to content

Commit

Permalink
Merge pull request #1232 from rvykydal/disable-rpm-ostree-container-t…
Browse files Browse the repository at this point in the history
…ests

Disable rpm-ostree-conainer-{luks,bootc} until gh#1230 is fixed
  • Loading branch information
rvykydal authored Jun 27, 2024
2 parents a0d1fba + 6b82c50 commit ce2a6b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fedora_skip_array=(
gh975 # packages-default failing
gh1023 # rpm-ostree failing
gh1060 # vnc tests too flaky
gh1230 # rpm-ostree-conainer-{luks,bootc} failing
)

daily_iso_skip_array=(
Expand Down
2 changes: 1 addition & 1 deletion rpm-ostree-container-bootc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="payload ostree bootc reboot skip-on-rhel-8 skip-on-rhel-10"
TESTTYPE="payload ostree bootc reboot skip-on-rhel-8 skip-on-rhel-10 gh1230"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion rpm-ostree-container-luks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8 skip-on-rhel-10"
TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8 skip-on-rhel-10 gh1230"

. ${KSTESTDIR}/functions.sh

Expand Down

0 comments on commit ce2a6b6

Please sign in to comment.