mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
tests: disabled "quota exceeded" test (#2511)
* disabled unreliable test The "quota exceeded" test is unreliable and failed too often lately for my taste. Therefore, I'd like to disable it because there is no use in having such a test. * corrected PR id in URL
This commit is contained in:
parent
aeb8cc1900
commit
04e452a1ee
|
@ -860,6 +860,8 @@ EOF
|
|||
}
|
||||
|
||||
@test "checking quota: warn message received when quota exceeded" {
|
||||
skip 'disabled as it fails randomly: https://github.com/docker-mailserver/docker-mailserver/pull/2511'
|
||||
|
||||
wait_for_changes_to_be_detected_in_container mail
|
||||
|
||||
# create user
|
||||
|
|
Loading…
Reference in a new issue