From c7c30d7162a2dc7a1cdbe7ee34be1e4c4312d315 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 15 Jun 2020 14:45:52 +0200 Subject: [PATCH] tests: Skip TestAccounts.testBasic The "Terminate session" button does not work in CI, this needs to be investigated. Skip that test for now. --- tests/run-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-test.sh b/tests/run-test.sh index 4f52605..24629ad 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -65,6 +65,7 @@ if [ -n "$test_basic" ]; then # TODO: fix for CI environment EXCLUDES="$EXCLUDES TestLogin.testTally" + EXCLUDES="$EXCLUDES TestAccounts.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" ]; then