mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 09:34:33 +02:00
Skip non-deterministic tests until they've been debugged (#2177)
This commit is contained in:
parent
061ecf6365
commit
88773262d8
2 changed files with 9 additions and 2 deletions
|
@ -929,8 +929,9 @@ EOF
|
|||
assert_output 1
|
||||
}
|
||||
|
||||
|
||||
# TODO investigate why these commands fail
|
||||
@test "checking user login: predefined user can login" {
|
||||
skip 'disabled as it fails randomly: https://github.com/docker-mailserver/docker-mailserver/issues/2176'
|
||||
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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue