Skip to content

Commit

Permalink
Merge pull request #1183 from jstodola/enable_preexisting_btrfs
Browse files Browse the repository at this point in the history
Enable preexisting-btrfs on RHEL-10
  • Loading branch information
rvykydal authored May 21, 2024
2 parents 1723160 + b81d796 commit 040b02b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ rhel10_skip_array=(
gh804 # tests requiring dvd iso failing
gh1090 # raid-1-reqpart failing
gh1104 # network-prefixdevname failing
gh1105 # preexisting btrfs failing
gh1108 # proxy-auth, proxy-kickstart failing
gh1107 # rpm-ostree-container failing
gh1110 # storage-multipath-autopart failing
Expand Down
2 changes: 1 addition & 1 deletion preexisting-btrfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

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

. ${KSTESTDIR}/functions.sh

Expand Down

0 comments on commit 040b02b

Please sign in to comment.