From e88473cf0ca15362b15cdbae0e9e91e6571f78ab Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 2 Feb 2021 07:15:22 +0100 Subject: [PATCH] tests: Run TestLogin.testExpired again Fixed in 237 in https://github.com/cockpit-project/cockpit/pull/15164 --- tests/run-test.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index 6c9a76c..8d80742 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -72,11 +72,6 @@ if [ -n "$test_basic" ]; then # Known issue #1008 EXCLUDES="$EXCLUDES TestTuned.testBasic" - # PAM bug in RHEL 8: it shouldn't pwquality the old password when having to set a new one, that's completely counter-productive and wrong - if [ "${TEST_OS#rhel}" != "$TEST_OS" ] || [ "$TEST_OS" = "fedora-31" ]; then - EXCLUDES="$EXCLUDES TestLogin.testExpired" - fi - TESTS="$TESTS TestAccounts TestBonding