Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable tests using ext2 temporarily on rhel10 (gh#1178) #1196

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
TESTTYPE="autopart storage gh1178"


. ${KSTESTDIR}/functions.sh
1 change: 1 addition & 0 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ rhel10_skip_array=(
gh1108 # proxy-auth, proxy-kickstart failing
gh1107 # rpm-ostree-container failing
gh1110 # storage-multipath-autopart failing
gh1178 # tests using ext2 failing
)

# used in workflows/daily-boot-iso-rhel8.yml
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"
TESTTYPE="mount storage coverage gh1178"

. ${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"
TESTTYPE="mount storage gh1178"

. ${KSTESTDIR}/functions.sh