Skip to content

Commit

Permalink
Enable DDF RAID tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Feb 22, 2024
1 parent c6bd379 commit 9dfd2ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ daily_iso_skip_array=(
gh890 # default-systemd-target-vnc-graphical-provides flaking too much
gh871 # basic-ftp failing due to mirror
rhbz1853668 # multipath device not constructed back after installation
gh969 # raid-ddf failing
gh975 # packages-default failing
gh1023 # rpm-ostree failing
)
Expand All @@ -45,7 +44,6 @@ rhel8_skip_array=(
gh595 # proxy-cmdline failing on all scenarios
gh774 # autopart-luks-1 failing
gh830 # packages-weakdeps failing
gh969 # raid-ddf failing
gh1018 # bridge-no-bootopts-net failing
)

Expand All @@ -58,7 +56,6 @@ rhel9_skip_array=(
gh641 # packages-multilib failing on systemd conflict
gh774 # autopart-luks-1 failing
gh790 # repo-addrepo-hd-tree failing
gh969 # raid-ddf failing
gh970 # selinux-contexts failing
)

Expand Down
2 changes: 1 addition & 1 deletion raid-ddf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="raid storage skip-on-fedora gh969"
TESTTYPE="raid storage"

. ${KSTESTDIR}/functions.sh

Expand Down

0 comments on commit 9dfd2ea

Please sign in to comment.