Skip to content
Draft
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 clearpart-4.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="clearpart storage gh576"
TESTTYPE="clearpart storage"

. ${KSTESTDIR}/functions.sh

Expand Down
4 changes: 0 additions & 4 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ fedora_skip_array=(
)

fedora_disabled_array=(
gh576 # clearpart-4 test is flaky on all scenarios
gh595 # proxy-cmdline failing on all scenarios
gh641 # packages-multilib failing on systemd conflict
gh777 # raid-1-reqpart failing
Expand Down Expand Up @@ -46,7 +45,6 @@ rhel8_skip_array=(
)

rhel8_disabled_array=(
gh576 # clearpart-4 test is flaky on all scenarios
gh595 # proxy-cmdline failing on all scenarios
gh1018 # bridge-no-bootopts-net failing
gh804 # tests requiring dvd iso failing
Expand All @@ -58,7 +56,6 @@ rhel9_skip_array=(
)

rhel9_disabled_array=(
gh576 # clearpart-4 test is flaky on all scenarios
gh595 # proxy-cmdline failing on all scenarios
gh604 # packages-weakdeps: "gnupg2 --recommends has changed, test needs to be updated"
gh641 # packages-multilib failing on systemd conflict
Expand All @@ -67,7 +64,6 @@ rhel9_disabled_array=(
)

rhel10_centos10_disabled_array=(
gh576 # clearpart-4 test is flaky on all scenarios
gh804 # tests requiring dvd iso failing
gh1090 # raid-1-reqpart failing
gh1207 # packages-multilib failing
Expand Down