Skip to content

Commit

Permalink
Merge pull request #1272 from rvykydal/reenable-mountpoint-assignment…
Browse files Browse the repository at this point in the history
…-on-rhel

Revert "Disable tests using ext2 temporarily on rhel10 (gh#1178)"
  • Loading branch information
rvykydal authored Aug 5, 2024
2 parents 8c5ba32 + 8665bc1 commit 29a0bdf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autopart-fstype.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="autopart storage gh1178"
TESTTYPE="autopart storage"


. ${KSTESTDIR}/functions.sh
1 change: 0 additions & 1 deletion containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ rhel10_skip_array=(
gh1104 # network-prefixdevname failing
gh1107 # rpm-ostree-container failing
gh1110 # storage-multipath-autopart failing
gh1178 # tests using ext2 failing
gh1207 # packages-multilib failing
gh1213 # harddrive-iso-single failing
)
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-assignment-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

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

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion mountpoint-assignment-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

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

. ${KSTESTDIR}/functions.sh

0 comments on commit 29a0bdf

Please sign in to comment.