Skip to content

Commit

Permalink
Disable tmpfs-fixed-size on rhel-10 for gh1336
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Nov 13, 2024
1 parent a41f6a0 commit fd2982f
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 @@ -68,6 +68,7 @@ rhel10_skip_array=(
gh1110 # storage-multipath-autopart failing
gh1207 # packages-multilib failing
gh1213 # harddrive-iso-single failing
gh1336 # tmpfs-fixed-size failing due to RHEL-66617
)

# used in workflows/daily-boot-iso-rhel8.yml
Expand Down
2 changes: 1 addition & 1 deletion tmpfs-fixed_size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="storage"
TESTTYPE="storage gh1336"

. ${KSTESTDIR}/functions.sh

Expand Down

0 comments on commit fd2982f

Please sign in to comment.