tests: Skip TestAccounts.testBasic

The "Terminate session" button does not work in CI, this needs to be
investigated. Skip that test for now.
This commit is contained in:
Martin Pitt 2020-06-15 14:45:52 +02:00
parent 12407e7f2f
commit c7c30d7162

View File

@ -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