Skip to content

Commit

Permalink
Revert "Disable rhel8 failing tests for coreutils-common issue (gh#10…
Browse files Browse the repository at this point in the history
…55)"

This reverts commit 384265b.

The issue RHEL-25020 seems to be fixed in the latest nightly rhel8 compose.
  • Loading branch information
rvykydal committed Feb 19, 2024
1 parent 2b44280 commit 063ff8a
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ rhel8_skip_array=(
gh830 # packages-weakdeps failing
gh969 # raid-ddf failing
gh1018 # bridge-no-bootopts-net 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 gh1055"
TESTTYPE="services"

. ${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 gh1055"
TESTTYPE="services"

. ${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 gh1055"
TESTTYPE="services gh890"

. ${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 gh1055"
TESTTYPE="lvm storage"

. ${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 gh1055"
TESTTYPE="reboot initial-setup smoke"

. ${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 gh1055"
TESTTYPE="users coverage"

. ${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 gh1055"
TESTTYPE="users"

. ${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 gh1055"
TESTTYPE="users"

. ${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 gh1055"
TESTTYPE="users coverage"

. ${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 gh1055"
TESTTYPE="users"

. ${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 gh1055"
TESTTYPE="users"

. ${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 gh1055"
TESTTYPE="users"

. ${KSTESTDIR}/functions.sh

0 comments on commit 063ff8a

Please sign in to comment.