Skip to content

Commit c832e97

Browse files
authored
Merge pull request #1604 from KKoukiou/issue-1527
Re-enable rootpw-basic and rootpw-lock tests on ELN
2 parents 82ff579 + 55a57f2 commit c832e97

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

containers/runner/skip-testtypes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ fedora_eln_skip_array=(
9898
fedora_eln_disabled_array=(
9999
gh1213 # harddrive-iso-single failing
100100
gh1090 # raid-1-reqpart failing
101-
gh1527 # rootpw-basic and rootpw-lock failing
102101
gh1207 # packages-multilib failing
103102
gh975 # packages-default failing
104103
gh1530 # dns-global-exclusive-tls-* stage2-from-compose failing

fragments/platform/fedora-eln/payload/python_crypt_packages.ks

Lines changed: 0 additions & 3 deletions
This file was deleted.

rootpw-basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
# Ignore unused variable parsed out by tooling scripts as test tags metadata
2121
# shellcheck disable=SC2034
22-
TESTTYPE="users coverage gh1527"
22+
TESTTYPE="users coverage"
2323

2424
. ${KSTESTDIR}/functions.sh

rootpw-lock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
# Ignore unused variable parsed out by tooling scripts as test tags metadata
2121
# shellcheck disable=SC2034
22-
TESTTYPE="users coverage gh1527"
22+
TESTTYPE="users coverage"
2323

2424
. ${KSTESTDIR}/functions.sh

0 commit comments

Comments
 (0)