follow up on #2177 with @polarathene's suggestions (#2180)

This commit is contained in:
Georg Lauterbach 2021-09-11 14:43:42 +02:00 committed by GitHub
parent 88773262d8
commit 8e91251d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -929,9 +929,9 @@ EOF
assert_output 1
}
# TODO investigate why these commands fail
# TODO investigate why this test fails
@test "checking user login: predefined user can login" {
skip 'disabled as it fails randomly: https://github.com/docker-mailserver/docker-mailserver/issues/2176'
skip 'disabled as it fails randomly: https://github.com/docker-mailserver/docker-mailserver/pull/2177'
run docker exec mail /bin/bash -c "doveadm auth test -x service=smtp pass@localhost.localdomain 'may be \\a \`p^a.*ssword' | grep 'passdb'"
assert_output "passdb: pass@localhost.localdomain auth succeeded"
}