Skip to content

Commit

Permalink
Merge pull request #1295 from rvykydal/disable-rpm-ostree-container-l…
Browse files Browse the repository at this point in the history
…uks-on-rhel10

Disable rpm-ostree-container-luks on rhel10 until gh1293 is fixed
  • Loading branch information
rvykydal authored Aug 29, 2024
2 parents a2d23d1 + 7fb8e62 commit 982ecf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ rhel10_skip_array=(
gh1207 # packages-multilib failing
gh1213 # harddrive-iso-single failing
gh1270 # selinux-contexts failing
gh1293 # rpm-ostree-container-luks failing
)

# used in workflows/daily-boot-iso-rhel8.yml
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 gh1250"
TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8 gh1250 gh1293"

. ${KSTESTDIR}/functions.sh

Expand Down

0 comments on commit 982ecf4

Please sign in to comment.