Skip to content

Commit

Permalink
Disable rhel8 failing tests for coreutils-common issue (gh#1055)
Browse files Browse the repository at this point in the history
Disable failing rhel8 tests until gh#1055 is fixed.

Caused by RHEL-25020
  • Loading branch information
rvykydal committed Feb 12, 2024
1 parent d4a32f4 commit 384265b
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ rhel8_skip_array=(
gh969 # raid-ddf failing
gh1018 # bridge-no-bootopts-net failing
jiraRHEL-13151 # timezone-noncommon failing
gh1055 # 12 tests failing due to RHEL-25020
)

rhel9_skip_array=(
Expand Down
2 changes: 1 addition & 1 deletion default-systemd-target-gui-graphical-provides.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="services"
TESTTYPE="services gh1055"

. ${KSTESTDIR}/functions.sh
. ${KSTESTDIR}/validate-lib-services.sh
Expand Down
2 changes: 1 addition & 1 deletion default-systemd-target-tui-graphical-provides.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="services"
TESTTYPE="services gh1055"

. ${KSTESTDIR}/functions.sh
. ${KSTESTDIR}/validate-lib-services.sh
Expand Down
2 changes: 1 addition & 1 deletion default-systemd-target-vnc-graphical-provides.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="services gh890"
TESTTYPE="services gh890 gh1055"

. ${KSTESTDIR}/functions.sh
. ${KSTESTDIR}/validate-lib-services.sh
Expand Down
2 changes: 1 addition & 1 deletion lvm-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="lvm storage"
TESTTYPE="lvm storage gh1055"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion reboot-initial-setup-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="reboot initial-setup smoke"
TESTTYPE="reboot initial-setup smoke gh1055"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion rootpw-basic.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="users coverage"
TESTTYPE="users coverage gh1055"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion rootpw-crypted.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="users"
TESTTYPE="users gh1055"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion rootpw-lock-no-password.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="users"
TESTTYPE="users gh1055"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion rootpw-lock.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="users coverage"
TESTTYPE="users coverage gh1055"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion user-locked-root-locked-admin.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="users"
TESTTYPE="users gh1055"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion user-multiple-wheel-no-root.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="users"
TESTTYPE="users gh1055"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion user-wheel-no-root.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="users"
TESTTYPE="users gh1055"

. ${KSTESTDIR}/functions.sh

0 comments on commit 384265b

Please sign in to comment.